/reactos/dll/win32/itss/ |
H A D | lzx.c | 344 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 D | lzx.c | 353 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 D | snmp_threadsync.c | 154 …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 D | msc.c | 261 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 D | fdi.c | 282 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 D | hlpfile.h | 169 int leaf, void **next);
|
H A D | hlpfile.c | 421 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 D | protocol | 34 leaf-1 25 LEAF-1 # Leaf-1 35 leaf-2 26 LEAF-2 # Leaf-2
|
/reactos/dll/win32/wldap32/lang/ |
H A D | wldap32_En.rc | 93 66 "Not allowed on Non-leaf"
|
H A D | wldap32_He.rc | 93 66 "Not allowed on Non-leaf"
|
H A D | wldap32_Sv.rc | 91 66 "Not allowed on Non-leaf"
|
H A D | wldap32_Pt.rc | 94 66 "Não Permitido em Non-leaf"
|
/reactos/boot/freeldr/freeldr/include/fs/ |
H A D | btrfs.h | 386 struct btrfs_leaf leaf; member
|
/reactos/boot/freeldr/freeldr/lib/fs/ |
H A D | btrfs.c | 180 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 D | ext4_extents.c | 1925 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 D | gcc.cmake | 180 add_compile_options(-momit-leaf-frame-pointer)
|
/reactos/sdk/include/reactos/mc/ |
H A D | errcodes.mc | 27258 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 D | bg-BG.mc | 10895 …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 D | de-DE.mc | 10896 …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 D | pl-PL.mc | 10898 …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 D | ru-RU.mc | 10896 …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.
|