Home
last modified time | relevance | path

Searched refs:cp_table (Results 1 – 25 of 37) sorted by relevance

12

/dports/security/fcrackzip/fcrackzip-1.0/
H A Dcpmask.c35 static int *cp_table; variable
176 while (cp_table[x] != -1) in cp_set_pw()
183 cp_table[x] = i; in cp_set_pw()
200 while (cp_table[x] != -1) in cp_set_pw()
208 cp_table[x] = i; in cp_set_pw()
214 cp_trans[cp_table[i]].dst_x = cp_table_lu1[j]; in cp_set_pw()
219 if ((cp_table[i] ^ cp_table[j]) & 1) in cp_set_pw()
221 cp_trans[cp_table[i]].mirror = 1; in cp_set_pw()
222 cp_trans[cp_table[j]].mirror = 1; in cp_set_pw()
296 if (cp_table) in cp_cleanup()
[all …]
/dports/devel/allegro/allegro-4.4.3.1/tools/
H A Dtextconv.c51 char *cp_table = NULL; variable
282 cp_table = realloc(cp_table, alloc); in load_codepage()
283 if (!cp_table) { in load_codepage()
289 cp_table[size++] = c; in load_codepage()
292 …set_ucodepage((unsigned short *)cp_table, (size > 256 * (int)sizeof(unsigned short)) ? (unsigned s… in load_codepage()
485 if (cp_table) in main()
486 free(cp_table); in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/hpfs/
H A Dmap.c63 unsigned char *cp_table; in hpfs_load_code_page() local
95 if (!(cp_table = kmalloc(256, GFP_KERNEL))) { in hpfs_load_code_page()
100 memcpy(cp_table, ptr, 128); in hpfs_load_code_page()
105 for (i=128; i<256; i++) cp_table[i]=i; in hpfs_load_code_page()
106 for (i=128; i<256; i++) if (cp_table[i-128]!=i && cp_table[i-128]>=128) in hpfs_load_code_page()
107 cp_table[cp_table[i-128]] = i; in hpfs_load_code_page()
109 return cp_table; in hpfs_load_code_page()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/hpfs/
H A Dmap.c63 unsigned char *cp_table; in hpfs_load_code_page() local
95 if (!(cp_table = kmalloc(256, GFP_KERNEL))) { in hpfs_load_code_page()
100 memcpy(cp_table, ptr, 128); in hpfs_load_code_page()
105 for (i=128; i<256; i++) cp_table[i]=i; in hpfs_load_code_page()
106 for (i=128; i<256; i++) if (cp_table[i-128]!=i && cp_table[i-128]>=128) in hpfs_load_code_page()
107 cp_table[cp_table[i-128]] = i; in hpfs_load_code_page()
109 return cp_table; in hpfs_load_code_page()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/hpfs/
H A Dmap.c63 unsigned char *cp_table; in hpfs_load_code_page() local
95 if (!(cp_table = kmalloc(256, GFP_KERNEL))) { in hpfs_load_code_page()
100 memcpy(cp_table, ptr, 128); in hpfs_load_code_page()
105 for (i=128; i<256; i++) cp_table[i]=i; in hpfs_load_code_page()
106 for (i=128; i<256; i++) if (cp_table[i-128]!=i && cp_table[i-128]>=128) in hpfs_load_code_page()
107 cp_table[cp_table[i-128]] = i; in hpfs_load_code_page()
109 return cp_table; in hpfs_load_code_page()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java163 if (!cp_table.containsKey(key)) { in ConstantPoolGen()
164 cp_table.put(key, new Index(i)); in ConstantPoolGen()
532 private final Map<String, Index> cp_table = new HashMap<>(); field in ConstantPoolGen
543 final Index index = cp_table.get(class_name + METHODREF_DELIM + method_name in lookupMethodref()
574 if (!cp_table.containsKey(key)) { in addMethodref()
575 cp_table.put(key, new Index(ret)); in addMethodref()
625 if (!cp_table.containsKey(key)) { in addInterfaceMethodref()
626 cp_table.put(key, new Index(ret)); in addInterfaceMethodref()
644 final Index index = cp_table.get(class_name + FIELDREF_DELIM + field_name in lookupFieldref()
671 if (!cp_table.containsKey(key)) { in addFieldref()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java168 if (!cp_table.containsKey(key)) { in ConstantPoolGen()
169 cp_table.put(key, new Index(i)); in ConstantPoolGen()
551 private final Map<String, Index> cp_table = new HashMap<>(); field in ConstantPoolGen
563 final Index index = cp_table.get(class_name + METHODREF_DELIM + method_name in lookupMethodref()
596 if (!cp_table.containsKey(key)) { in addMethodref()
597 cp_table.put(key, new Index(ret)); in addMethodref()
651 if (!cp_table.containsKey(key)) { in addInterfaceMethodref()
652 cp_table.put(key, new Index(ret)); in addInterfaceMethodref()
672 final Index index = cp_table.get(class_name + FIELDREF_DELIM + field_name in lookupFieldref()
700 if (!cp_table.containsKey(key)) { in addFieldref()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java167 if (!cp_table.containsKey(key)) { in ConstantPoolGen()
168 cp_table.put(key, new Index(i)); in ConstantPoolGen()
554 private final Map<String, Index> cp_table = new HashMap<>(); field in ConstantPoolGen
566 final Index index = cp_table.get(class_name + METHODREF_DELIM + method_name in lookupMethodref()
599 if (!cp_table.containsKey(key)) { in addMethodref()
600 cp_table.put(key, new Index(ret)); in addMethodref()
654 if (!cp_table.containsKey(key)) { in addInterfaceMethodref()
655 cp_table.put(key, new Index(ret)); in addInterfaceMethodref()
675 final Index index = cp_table.get(class_name + FIELDREF_DELIM + field_name in lookupFieldref()
703 if (!cp_table.containsKey(key)) { in addFieldref()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java167 if (!cp_table.containsKey(key)) { in ConstantPoolGen()
168 cp_table.put(key, new Index(i)); in ConstantPoolGen()
554 private final Map<String, Index> cp_table = new HashMap<>(); field in ConstantPoolGen
566 final Index index = cp_table.get(class_name + METHODREF_DELIM + method_name in lookupMethodref()
599 if (!cp_table.containsKey(key)) { in addMethodref()
600 cp_table.put(key, new Index(ret)); in addMethodref()
654 if (!cp_table.containsKey(key)) { in addInterfaceMethodref()
655 cp_table.put(key, new Index(ret)); in addInterfaceMethodref()
675 final Index index = cp_table.get(class_name + FIELDREF_DELIM + field_name in lookupFieldref()
703 if (!cp_table.containsKey(key)) { in addFieldref()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java167 if (!cp_table.containsKey(key)) { in ConstantPoolGen()
168 cp_table.put(key, new Index(i)); in ConstantPoolGen()
554 private final Map<String, Index> cp_table = new HashMap<>(); field in ConstantPoolGen
566 final Index index = cp_table.get(class_name + METHODREF_DELIM + method_name in lookupMethodref()
599 if (!cp_table.containsKey(key)) { in addMethodref()
600 cp_table.put(key, new Index(ret)); in addMethodref()
654 if (!cp_table.containsKey(key)) { in addInterfaceMethodref()
655 cp_table.put(key, new Index(ret)); in addInterfaceMethodref()
675 final Index index = cp_table.get(class_name + FIELDREF_DELIM + field_name in lookupFieldref()
703 if (!cp_table.containsKey(key)) { in addFieldref()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java167 if (!cp_table.containsKey(key)) { in ConstantPoolGen()
168 cp_table.put(key, new Index(i)); in ConstantPoolGen()
554 private final Map<String, Index> cp_table = new HashMap<>(); field in ConstantPoolGen
566 final Index index = cp_table.get(class_name + METHODREF_DELIM + method_name in lookupMethodref()
599 if (!cp_table.containsKey(key)) { in addMethodref()
600 cp_table.put(key, new Index(ret)); in addMethodref()
654 if (!cp_table.containsKey(key)) { in addInterfaceMethodref()
655 cp_table.put(key, new Index(ret)); in addInterfaceMethodref()
675 final Index index = cp_table.get(class_name + FIELDREF_DELIM + field_name in lookupFieldref()
703 if (!cp_table.containsKey(key)) { in addFieldref()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java167 if (!cp_table.containsKey(key)) { in ConstantPoolGen()
168 cp_table.put(key, new Index(i)); in ConstantPoolGen()
554 private final Map<String, Index> cp_table = new HashMap<>(); field in ConstantPoolGen
566 final Index index = cp_table.get(class_name + METHODREF_DELIM + method_name in lookupMethodref()
599 if (!cp_table.containsKey(key)) { in addMethodref()
600 cp_table.put(key, new Index(ret)); in addMethodref()
654 if (!cp_table.containsKey(key)) { in addInterfaceMethodref()
655 cp_table.put(key, new Index(ret)); in addInterfaceMethodref()
675 final Index index = cp_table.get(class_name + FIELDREF_DELIM + field_name in lookupFieldref()
703 if (!cp_table.containsKey(key)) { in addFieldref()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java153 cp_table.put(class_name + delim + method_name + delim + signature, new Index(i)); in ConstantPoolGen()
520 private HashMap cp_table = new HashMap(); field in ConstantPoolGen
531 Index index = (Index)cp_table.get(class_name + METHODREF_DELIM + method_name + in lookupMethodref()
561 cp_table.put(class_name + METHODREF_DELIM + method_name + in addMethodref()
581 Index index = (Index)cp_table.get(class_name + IMETHODREF_DELIM + method_name + in lookupInterfaceMethodref()
611 cp_table.put(class_name + IMETHODREF_DELIM + method_name + in addInterfaceMethodref()
631 Index index = (Index)cp_table.get(class_name + FIELDREF_DELIM + field_name + in lookupFieldref()
657cp_table.put(class_name + FIELDREF_DELIM + field_name + FIELDREF_DELIM + signature, new Index(ret)… in addFieldref()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java153 cp_table.put(class_name + delim + method_name + delim + signature, new Index(i)); in ConstantPoolGen()
520 private HashMap cp_table = new HashMap(); field in ConstantPoolGen
531 Index index = (Index)cp_table.get(class_name + METHODREF_DELIM + method_name + in lookupMethodref()
561 cp_table.put(class_name + METHODREF_DELIM + method_name + in addMethodref()
581 Index index = (Index)cp_table.get(class_name + IMETHODREF_DELIM + method_name + in lookupInterfaceMethodref()
611 cp_table.put(class_name + IMETHODREF_DELIM + method_name + in addInterfaceMethodref()
631 Index index = (Index)cp_table.get(class_name + FIELDREF_DELIM + field_name + in lookupFieldref()
657cp_table.put(class_name + FIELDREF_DELIM + field_name + FIELDREF_DELIM + signature, new Index(ret)… in addFieldref()
/dports/lang/micropython/micropython-1.17/lib/oofatfs/
H A Dffunicode.c389 static const WCHAR* const cp_table[] = {uc437, uc720, uc737, uc771, uc775, uc850, uc852, uc855, uc8… variable
411 p = cp_table[i]; in ff_uni2oem()
461 p = cp_table[i]; in ff_oem2uni()
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/fatfs/source/
H A Dffunicode.c15355 static const WCHAR* const cp_table[] = {uc437, uc720, uc737, uc771, uc775, uc850, uc852, uc855, uc8… variable
15377 p = cp_table[i]; in ff_uni2oem()
15427 p = cp_table[i]; in ff_oem2uni()
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dwinucs.c389 const wchar_t *cp_table; member
1097 if (cpno->cp_table == cpi->cp_table) in cp_name()
1154 unitab[i] = cp_list[codepage & 0xFFFF].cp_table[i - j]; in get_unitab()
/dports/security/putty/putty-0.76/windows/
H A Dwinucs.c389 const wchar_t *cp_table; member
1097 if (cpno->cp_table == cpi->cp_table) in cp_name()
1154 unitab[i] = cp_list[codepage & 0xFFFF].cp_table[i - j]; in get_unitab()
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dlurk.py84 global cp_table
85 cp_table[number] = (struct.calcsize(format), format)
87 cp_table = {} variable
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/st/
H A Dclkgen-pll.c260 static const unsigned char cp_table[] = { in clk_pll3200c32_get_params() local
296 for (pll->cp = 6; pll->ndiv > cp_table[pll->cp-6]; (pll->cp)++) in clk_pll3200c32_get_params()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/st/
H A Dclkgen-pll.c260 static const unsigned char cp_table[] = { in clk_pll3200c32_get_params() local
296 for (pll->cp = 6; pll->ndiv > cp_table[pll->cp-6]; (pll->cp)++) in clk_pll3200c32_get_params()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/st/
H A Dclkgen-pll.c260 static const unsigned char cp_table[] = { in clk_pll3200c32_get_params() local
296 for (pll->cp = 6; pll->ndiv > cp_table[pll->cp-6]; (pll->cp)++) in clk_pll3200c32_get_params()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wan/
H A Dhdlc_ppp.c279 static int cp_table[EVENTS][STATES] = { variable
318 action = cp_table[event][old_state]; in ppp_cp_event()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wan/
H A Dhdlc_ppp.c279 static int cp_table[EVENTS][STATES] = { variable
318 action = cp_table[event][old_state]; in ppp_cp_event()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wan/
H A Dhdlc_ppp.c279 static int cp_table[EVENTS][STATES] = { variable
318 action = cp_table[event][old_state]; in ppp_cp_event()

12