Home
last modified time | relevance | path

Searched refs:leaf (Results 1 – 21 of 21) sorted by relevance

/reactos/dll/win32/itss/
H A Dlzx.c344 register ULONG leaf; in make_decode_table() local
356 leaf = pos; in make_decode_table()
362 while (fill-- > 0) table[leaf++] = sym; in make_decode_table()
382 leaf = pos >> 16; in make_decode_table()
385 if (table[leaf] == 0) { in make_decode_table()
388 table[leaf] = next_symbol++; in make_decode_table()
391 leaf = table[leaf] << 1; in make_decode_table()
392 if ((pos >> (15-fill)) & 1) leaf++; in make_decode_table()
394 table[leaf] = sym; in make_decode_table()
/reactos/dll/win32/mspatcha/
H A Dlzx.c353 register ULONG leaf; in make_decode_table() local
365 leaf = pos; in make_decode_table()
371 while (fill-- > 0) table[leaf++] = sym; in make_decode_table()
391 leaf = pos >> 16; in make_decode_table()
394 if (table[leaf] == 0) { in make_decode_table()
397 table[leaf] = next_symbol++; in make_decode_table()
400 leaf = table[leaf] << 1; in make_decode_table()
401 if ((pos >> (15-fill)) & 1) leaf++; in make_decode_table()
403 table[leaf] = sym; in make_decode_table()
/reactos/drivers/network/tcpip/lwip/src/apps/snmp/
H A Dsnmp_threadsync.c154 …const struct snmp_leaf_node *leaf = (const struct snmp_leaf_node *)(const void *)call_data->prox… in get_instance_synced() local
156 …call_data->retval.err = leaf->get_instance(call_data->arg1.root_oid, call_data->arg2.root_oid_len,… in get_instance_synced()
165 …const struct snmp_leaf_node *leaf = (const struct snmp_leaf_node *)(const void *)call_data->prox… in get_next_instance_synced() local
167 …call_data->retval.err = leaf->get_next_instance(call_data->arg1.root_oid, call_data->arg2.root_oid… in get_next_instance_synced()
/reactos/dll/win32/dbghelp/
H A Dmsc.c261 unsigned short int type = *leaf++; in leaf_as_variant()
288 v->n1.n2.n3.uiVal = *leaf; in leaf_as_variant()
294 v->n1.n2.n3.lVal = *(const int*)leaf; in leaf_as_variant()
371 length += 2 + *leaf; in leaf_as_variant()
387 unsigned short int type = *leaf++; in numeric_leaf()
400 *value = *(const char*)leaf; in numeric_leaf()
405 *value = *(const short*)leaf; in numeric_leaf()
410 *value = *leaf; in numeric_leaf()
415 *value = *(const int*)leaf; in numeric_leaf()
420 *value = *(const unsigned int*)leaf; in numeric_leaf()
[all …]
/reactos/dll/win32/cabinet/
H A Dfdi.c282 register cab_ULONG leaf; in make_decode_table() local
294 leaf = pos; in make_decode_table()
300 while (fill-- > 0) table[leaf++] = sym; in make_decode_table()
320 leaf = pos >> 16; in make_decode_table()
323 if (table[leaf] == 0) { in make_decode_table()
326 table[leaf] = next_symbol++; in make_decode_table()
329 leaf = table[leaf] << 1; in make_decode_table()
330 if ((pos >> (15-fill)) & 1) leaf++; in make_decode_table()
332 table[leaf] = sym; in make_decode_table()
/reactos/base/applications/winhlp32/
H A Dhlpfile.h169 int leaf, void **next);
H A Dhlpfile.c421 int leaf, void** next) in comp_PageByHash() argument
426 *next = (char *)p+(leaf?8:6); in comp_PageByHash()
492 int leaf, void** next) in comp_FindSubFile() argument
494 *next = (char *)p+strlen(p)+(leaf?5:3); in comp_FindSubFile()
/reactos/media/drivers/etc/
H A Dprotocol34 leaf-1 25 LEAF-1 # Leaf-1
35 leaf-2 26 LEAF-2 # Leaf-2
/reactos/dll/win32/wldap32/lang/
H A Dwldap32_En.rc93 66 "Not allowed on Non-leaf"
H A Dwldap32_He.rc93 66 "Not allowed on Non-leaf"
H A Dwldap32_Sv.rc91 66 "Not allowed on Non-leaf"
H A Dwldap32_Pt.rc94 66 "Não Permitido em Non-leaf"
/reactos/boot/freeldr/freeldr/include/fs/
H A Dbtrfs.h386 struct btrfs_leaf leaf; member
/reactos/boot/freeldr/freeldr/lib/fs/
H A Dbtrfs.c180 return &path->tree_buf->leaf.items[path->slots[0]]; in path_current_item()
185 return (UCHAR *) path->tree_buf->leaf.items + path_current_item(path)->offset; in path_current_data()
331 ret = bin_search(tree_buf->leaf.items, in _BtrFsSearchTree()
/reactos/drivers/filesystems/ext2/src/ext4/
H A Dext4_extents.c1925 ext4_fsblk_t leaf; in ext4_ext_rm_idx() local
1929 leaf = ext4_idx_pblock(path->p_idx); in ext4_ext_rm_idx()
1936 ext4_free_blocks(icb, handle, inode, NULL, leaf, 1, 0); in ext4_ext_rm_idx()
/reactos/sdk/cmake/
H A Dgcc.cmake180 add_compile_options(-momit-leaf-frame-pointer)
/reactos/sdk/include/reactos/mc/
H A Derrcodes.mc27258 The directory service can perform the requested operation only on a leaf object.
27261 The directory service can perform the requested operation only on a leaf object.
27267 The directory service can perform the requested operation only on a leaf object.
27839 The object is a leaf object.
27842 The object is a leaf object.
27848 The object is a leaf object.
28799 Having a parent that is an alias is not permitted. Aliases are leaf objects.
28802 Having a parent that is an alias is not permitted. Aliases are leaf objects.
28808 Having a parent that is an alias is not permitted. Aliases are leaf objects.
28839 …ot be performed because child objects exist. This operation can only be performed on a leaf object.
[all …]
/reactos/dll/win32/kernel32/winnls/lang/
H A Dbg-BG.mc10895 …CANT_ON_NON_LEAF - The directory service can perform the requested operation only on a leaf object.
11127 ERROR_DS_IS_LEAF - The object is a leaf object.
11511 ERROR_DS_PARENT_IS_AN_ALIAS - Having a parent that is an alias is not permitted. Aliases are leaf o…
11527 …ot be performed because child objects exist. This operation can only be performed on a leaf object.
H A Dde-DE.mc10896 …CANT_ON_NON_LEAF - The directory service can perform the requested operation only on a leaf object.
11128 ERROR_DS_IS_LEAF - The object is a leaf object.
11512 ERROR_DS_PARENT_IS_AN_ALIAS - Having a parent that is an alias is not permitted. Aliases are leaf o…
11528 …ot be performed because child objects exist. This operation can only be performed on a leaf object.
H A Dpl-PL.mc10898 …CANT_ON_NON_LEAF - The directory service can perform the requested operation only on a leaf object.
11130 ERROR_DS_IS_LEAF - The object is a leaf object.
11514 ERROR_DS_PARENT_IS_AN_ALIAS - Having a parent that is an alias is not permitted. Aliases are leaf o…
11530 …ot be performed because child objects exist. This operation can only be performed on a leaf object.
H A Dru-RU.mc10896 …CANT_ON_NON_LEAF - The directory service can perform the requested operation only on a leaf object.
11128 ERROR_DS_IS_LEAF - The object is a leaf object.
11512 ERROR_DS_PARENT_IS_AN_ALIAS - Having a parent that is an alias is not permitted. Aliases are leaf o…
11528 …ot be performed because child objects exist. This operation can only be performed on a leaf object.