/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/ |
H A D | nativeInst_aarch64.hpp | 86 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; } in set_char_at() function in VALUE_OBJ_CLASS_SPEC
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/ |
H A D | nativeInst_aarch64.hpp | 86 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; } in set_char_at() function in VALUE_OBJ_CLASS_SPEC
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/ |
H A D | nativeInst_x86.hpp | 84 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; wrote(offset); } in set_char_at() function in VALUE_OBJ_CLASS_SPEC
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/ |
H A D | nativeInst_x86.hpp | 84 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; wrote(offset); } in set_char_at() function in VALUE_OBJ_CLASS_SPEC
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/ |
H A D | nativeInst_aarch64.hpp | 92 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; } in set_char_at() function in NativeInstruction
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/aarch64/ |
H A D | nativeInst_aarch64.hpp | 94 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; } in set_char_at() function in NativeInstruction
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/ |
H A D | nativeInst_aarch64.hpp | 92 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; } in set_char_at() function in NativeInstruction
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/aarch64/ |
H A D | nativeInst_aarch64.hpp | 95 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; } in set_char_at() function in NativeInstruction
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/aarch64/ |
H A D | nativeInst_aarch64.hpp | 95 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; } in set_char_at() function in NativeInstruction
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/aarch64/ |
H A D | nativeInst_aarch64.hpp | 92 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; } in set_char_at() function in NativeInstruction
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/aarch64/ |
H A D | nativeInst_aarch64.hpp | 95 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; } in set_char_at() function in NativeInstruction
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/aarch64/ |
H A D | nativeInst_aarch64.hpp | 94 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; } in set_char_at() function in NativeInstruction
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/ |
H A D | nativeInst_x86.hpp | 86 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; wrote(offset); } in set_char_at() function in NativeInstruction
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/ |
H A D | nativeInst_x86.hpp | 85 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; wrote(offset); } in set_char_at() function in NativeInstruction
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/ |
H A D | nativeInst_x86.hpp | 86 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; wrote(offset); } in set_char_at() function in NativeInstruction
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/ |
H A D | nativeInst_x86.hpp | 86 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; wrote(offset); } in set_char_at() function in NativeInstruction
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/ |
H A D | nativeInst_x86.hpp | 86 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; wrote(offset); } in set_char_at() function in NativeInstruction
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/ |
H A D | nativeInst_x86.hpp | 86 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; wrote(offset); } in set_char_at() function in NativeInstruction
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/ |
H A D | nativeInst_x86.hpp | 86 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; wrote(offset); } in set_char_at() function in NativeInstruction
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/ |
H A D | nativeInst_x86.hpp | 86 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; wrote(offset); } in set_char_at() function in NativeInstruction
|
/dports/textproc/py-regex/regex-2020.7.14/regex_3/ |
H A D | _regex.c | 493 void (*set_char_at)(void* text, Py_ssize_t pos, Py_UCS4 ch); member 18135 state->set_char_at = bytes1_set_char_at; in state_init_2() 18140 state->set_char_at = bytes2_set_char_at; in state_init_2() 18145 state->set_char_at = bytes4_set_char_at; in state_init_2() 25901 void (*set_char_at)(void* text, Py_ssize_t pos, Py_UCS4 ch); local 25962 set_char_at = bytes1_set_char_at; 25965 set_char_at = bytes2_set_char_at; 25968 set_char_at = bytes4_set_char_at; 26009 set_char_at(folded, folded_len + j, codepoints[j]); 26025 set_char_at(folded, i, ch);
|
/dports/textproc/py-regex/regex-2020.7.14/regex_2/ |
H A D | _regex.c | 479 void (*set_char_at)(void* text, Py_ssize_t pos, Py_UCS4 ch); member 18137 state->set_char_at = bytes1_set_char_at; in state_init_2() 18142 state->set_char_at = bytes2_set_char_at; in state_init_2() 18147 state->set_char_at = bytes4_set_char_at; in state_init_2() 25723 void (*set_char_at)(void* text, Py_ssize_t pos, Py_UCS4 ch); in fold_case() local 25776 set_char_at = bytes1_set_char_at; in fold_case() 25779 set_char_at = bytes2_set_char_at; in fold_case() 25782 set_char_at = bytes4_set_char_at; in fold_case() 25823 set_char_at(folded, folded_len + j, codepoints[j]); in fold_case() 25839 set_char_at(folded, i, ch); in fold_case()
|