| /third_party/node/deps/v8/third_party/zlib/ |
| H A D | gzread.c | 531 unsigned char *dest = state->out + (state->size << 1); local
|
| /third_party/node/deps/zlib/ |
| H A D | gzread.c | 485 unsigned char *dest = state->out + (state->size << 1); in gzungetc() local
|
| /third_party/node/tools/icu/ |
| H A D | icutrim.py | 42 dest="toolpath", variable 47 dest="datfile", variable 53 dest="filterfile", variable 59 dest="tmpdir", variable 65 dest="deltmpdir", variable 71 dest="outfile", variable 81 dest="locales", variable
|
| /third_party/nghttp2/src/ |
| H A D | inflatehd.cc | 67 static void decode_hex(uint8_t *dest, const char *src, size_t len) { in decode_hex() argument
|
| /third_party/musl/porting/linux/user/src/time/ |
| H A D | strptime.c | 133 int i, w, neg, adj, min, range, *dest, dummy; in strptime() local [all...] |
| /third_party/musl/src/stdio/ |
| H A D | vfwscanf.c | 22 static void store_int(void *dest, int size, unsigned long long i) in store_int() argument 95 void *dest=NULL; in vfwscanf() local [all...] |
| H A D | vfscanf.c | 27 static void store_int(void *dest, int size, unsigned long long i) in store_int() argument 76 void *dest=NULL; in vfscanf() local [all...] |
| /third_party/musl/porting/linux/user/src/stdio/ |
| H A D | vfscanf.c | 27 static void store_int(void *dest, int size, unsigned long long i) in store_int() argument 76 void *dest=NULL; in vfscanf() local [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | bytesinkutil.cpp | 124 CharStringByteSink::CharStringByteSink(CharString* dest) : dest_(*dest) { in CharStringByteSink() argument
|
| H A D | uarrsort.cpp | 132 char *dest=array+insertionPoint*itemSize; in doInsertionSort() local
|
| H A D | charstr.cpp | 52 int32_t CharString::extract(char *dest, int32_t capacity, UErrorCode &errorCode) const { in extract() argument
|
| H A D | unistr_cnv.cpp | 207 UnicodeString::extract(char *dest, int32_t destCapacity, in extract() argument 250 doExtract(int32_t start, int32_t length, char *dest, int32_t destCapacity, UConverter *cnv, UErrorCode &errorCode) const doExtract() argument [all...] |
| H A D | unorm.cpp | 97 unorm_normalize(const char16_t *src, int32_t srcLength, UNormalizationMode mode, int32_t options, char16_t *dest, int32_t destCapacity, UErrorCode *pErrorCode) unorm_normalize() argument 117 _iterate(UCharIterator *src, UBool forward, char16_t *dest, int32_t destCapacity, const Normalizer2 *n2, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) _iterate() argument 177 unorm_iterate(UCharIterator *src, UBool forward, char16_t *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_iterate() argument 197 unorm_previous(UCharIterator *src, char16_t *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_previous() argument 210 unorm_next(UCharIterator *src, char16_t *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_next() argument 225 _concatenate(const char16_t *left, int32_t leftLength, const char16_t *right, int32_t rightLength, char16_t *dest, int32_t destCapacity, const Normalizer2 *n2, UErrorCode *pErrorCode) _concatenate() argument 261 unorm_concatenate(const char16_t *left, int32_t leftLength, const char16_t *right, int32_t rightLength, char16_t *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) unorm_concatenate() argument [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | collationdatawriter.cpp | 56 RuleBasedCollator::cloneBinary(uint8_t *dest, int32_t capacity, UErrorCode &errorCode) const { in cloneBinary() argument 78 writeBase(const CollationData &data, const CollationSettings &settings, const void *rootElements, int32_t rootElementsLength, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) writeBase() argument 89 writeTailoring(const CollationTailoring &t, const CollationSettings &settings, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) writeTailoring() argument 99 write(UBool isBase, const UVersionInfo dataVersion, const CollationData &data, const CollationSettings &settings, const void *rootElements, int32_t rootElementsLength, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) write() argument 341 copyData(const int32_t indexes[], int32_t startIndex, const void *src, uint8_t *dest) copyData() argument [all...] |
| H A D | collationdata.cpp | 174 getEquivalentScripts(int32_t script, int32_t dest[], int32_t capacity, UErrorCode &errorCode) const getEquivalentScripts() argument
|
| 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/nghttp2/tests/ |
| H A D | nghttp2_pq_test.c | 170 static void push_nodes(nghttp2_pq *pq, node *dest, size_t n) { in push_nodes() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | pbo.c | 300 _mesa_map_pbo_dest(struct gl_context *ctx, const struct gl_pixelstore_attrib *pack, GLvoid *dest) _mesa_map_pbo_dest() argument
|
| 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/mesa3d/src/mesa/math/ |
| H A D | m_debug_norm.c | 198 GLvector4f source[1], dest[1], dest2[1], ref[1], ref2[1]; in test_norm_function() local [all...] |
| H A D | m_debug_xform.c | 170 GLvector4f source[1], dest[1], ref[1]; in test_transform_function() local
|
| /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...] |