/third_party/node/deps/icu-small/source/i18n/ |
H A D | strmatch.cpp | 228 int32_t dest = limit; in replace() local
|
H A D | utrans.cpp | 125 void ReplaceableGlue::copy(int32_t start, int32_t limit, int32_t dest) { in copy() argument
|
H A D | numrange_capi.cpp | 158 unumrf_resultGetFirstDecimalNumber( const UFormattedNumberRange* uresult, char* dest, int32_t destCapacity, UErrorCode* ec) unumrf_resultGetFirstDecimalNumber() argument 174 unumrf_resultGetSecondDecimalNumber( const UFormattedNumberRange* uresult, char* dest, int32_t destCapacity, UErrorCode* ec) unumrf_resultGetSecondDecimalNumber() argument
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | prscmnts.cpp | 61 UnicodeString dest; in removeText() local 87 getText(const char16_t* source, int32_t srcLen, char16_t** dest, int32_t destCapacity, UnicodeString patternString, UErrorCode* status) getText() argument 124 getDescription( const char16_t* source, int32_t srcLen, char16_t** dest, int32_t destCapacity, UErrorCode* status) getDescription() argument 185 getAt(const char16_t* source, int32_t srcLen, char16_t** dest, int32_t destCapacity, int32_t index, UParseCommentsOption option, UErrorCode* status) getAt() argument 227 getTranslate( const char16_t* source, int32_t srcLen, char16_t** dest, int32_t destCapacity, UErrorCode* status) getTranslate() argument 237 getNote(const char16_t* source, int32_t srcLen, char16_t** dest, int32_t destCapacity, UErrorCode* status) getNote() argument [all...] |
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | uparse.cpp | 366 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_ argument 189 u_parseCodePoints(const char *s, uint32_t *dest, int32_t destCapacity, UErrorCode *pErrorCode) u_parseCodePoints() argument 237 u_parseString(const char *s, char16_t *dest, int32_t destCapacity, uint32_t *pFirst, UErrorCode *pErrorCode) u_parseString() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | glspirv.c | 38 _mesa_spirv_module_reference(struct gl_spirv_module **dest, in _mesa_spirv_module_reference() argument 53 _mesa_shader_spirv_data_reference(struct gl_shader_spirv_data **dest, in _mesa_shader_spirv_data_reference() argument
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | uparse.cpp | 366 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_ argument 189 u_parseCodePoints(const char *s, uint32_t *dest, int32_t destCapacity, UErrorCode *pErrorCode) u_parseCodePoints() argument 237 u_parseString(const char *s, UChar *dest, int32_t destCapacity, uint32_t *pFirst, UErrorCode *pErrorCode) u_parseString() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | utrans.cpp | 125 void ReplaceableGlue::copy(int32_t start, int32_t limit, int32_t dest) { in copy() argument
|
/third_party/lwip/src/core/ |
H A D | inet_chksum.c | 310 inet_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, const ip4_addr_t *src, const ip4_addr_t *dest) inet_chksum_pseudo() argument 343 ip6_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, const ip6_addr_t *src, const ip6_addr_t *dest) ip6_chksum_pseudo() argument 379 ip_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, const ip_addr_t *src, const ip_addr_t *dest) ip_chksum_pseudo() argument 456 inet_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, u16_t chksum_len, const ip4_addr_t *src, const ip4_addr_t *dest) inet_chksum_pseudo_partial() argument 491 ip6_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, u16_t chksum_len, const ip6_addr_t *src, const ip6_addr_t *dest) ip6_chksum_pseudo_partial() argument 526 ip_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, u16_t chksum_len, const ip_addr_t *src, const ip_addr_t *dest) ip_chksum_pseudo_partial() argument [all...] |
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzread.c | 526 unsigned char *dest = state->out + (state->size << 1);
local
|
/third_party/lzma/C/ |
H A D | Bcj2Enc.c | 198 Byte *dest = p->bufs[BCJ2_STREAM_MAIN];
in Bcj2Enc_Encode_2() local
|
H A D | LzFindOpt.c | 336 CLzRef *dest = son + ((size_t)(_cyclicBufferPos) << 1);
in GetMatchesSpecN_2() local [all...] |
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-types.cc | 200 AsmMinMaxType(AsmType* dest, AsmType* src) in AsmMinMaxType() argument 232 AsmType* AsmType::MinMaxType(Zone* zone, AsmType* dest, AsmType* src) { in MinMaxType() argument
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-array-gen.h | 29 CallJSArrayArrayJoinConcatToSequentialString( TNode<FixedArray> fixed_array, TNode<IntPtrT> length, TNode<String> sep, TNode<String> dest) CallJSArrayArrayJoinConcatToSequentialString() argument
|
/third_party/node/deps/v8/src/utils/ |
H A D | memcopy.h | 39 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) { in MemCopy() argument 46 V8_INLINE void MemCopyUint8Wrapper(uint8_t* dest, const uint8_t* src, in MemCopyUint8Wrapper() argument 52 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) { in MemCopy() argument 56 V8_EXPORT_PRIVATE V8_INLINE void MemMove(void* dest, cons in MemCopy() argument 67 MemCopyUint8Wrapper(uint8_t* dest, const uint8_t* src, size_t chars) MemCopyUint8Wrapper() argument 73 MemCopy(void* dest, const void* src, size_t size) MemCopy() argument 77 MemMove(void* dest, const void* src, size_t size) MemMove() argument 83 MemCopy(void* dest, const void* src, size_t size) MemCopy() argument 114 MemMove(void* dest, const void* src, size_t size) MemMove() argument 192 MemsetUint32(uint32_t* dest, uint32_t value, size_t counter) MemsetUint32() argument 218 MemsetPointer(Address* dest, Address value, size_t counter) MemsetPointer() argument 247 MemsetPointer(T** dest, U* value, size_t counter) MemsetPointer() argument 259 MemsetPointer(T** dest, std::nullptr_t, size_t counter) MemsetPointer() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | lower.c | 40 ppir_dest *dest = ppir_node_get_dest(node); in ppir_lower_const() local 100 ppir_dest *dest = ppir_node_get_dest(node); in ppir_lower_load() local 163 ppir_dest *dest = ppir_node_get_dest(node); ppir_lower_texture() local 353 ppir_dest *dest = ppir_node_get_dest(pred); ppir_lower_branch_merge_condition() local [all...] |
H A D | node_to_instr.c | 50 ppir_dest *dest = ppir_node_get_dest(node); in ppir_do_node_to_instr_try_insert() local 144 ppir_dest *dest = ppir_node_get_dest(node); in ppir_do_one_node_to_instr() local 189 ppir_dest *dest = ppir_node_get_dest(node); ppir_do_one_node_to_instr() local 246 ppir_dest *dest = ppir_node_get_dest(n); ppir_node_score() local [all...] |
H A D | instr.c | 72 ppir_dest *dest = &mul_alu->dest; in ppir_instr_insert_mul_node() local 138 ppir_update_src_pipeline(ppir_pipeline pipeline, ppir_src *src, ppir_dest *dest, uint8_t *swizzle) ppir_update_src_pipeline() argument 153 ppir_instr_update_src_pipeline(ppir_instr *instr, ppir_pipeline pipeline, ppir_dest *dest, uint8_t *swizzle) ppir_instr_update_src_pipeline() argument 226 ppir_dest *dest = ppir_node_get_dest(node); ppir_instr_insert_node() local 234 ppir_dest *dest = ppir_node_get_dest(node); ppir_instr_insert_node() local [all...] |
H A D | liveness.c | 139 ppir_dest *dest = ppir_node_get_dest(node); in ppir_liveness_instr_dest() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_blt.h | 58 struct blt_imginfo dest; member 73 struct blt_imginfo dest; member
|
H A D | etnaviv_compiler_nir_liveness.c | 134 nir_dest *dest = dest_for_instr(instr); in etna_live_defs() local
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r300_fragprog_emit.c | 428 unsigned int dest; in emit_tex() local
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_list.c | 343 static void engine_cpy(ENGINE *dest, const ENGINE *src) in engine_cpy() argument [all...] |
/third_party/rust/crates/bindgen/csmith-fuzzing/ |
H A D | predicate.py | 89 dest="rustc", variable 107 dest="layout_tests", variable
|
H A D | driver.py | 59 dest="creduce", variable
|