Home
last modified time | relevance | path

Searched defs:dest (Results 426 - 450 of 1689) sorted by relevance

1...<<11121314151617181920>>...68

/third_party/node/deps/v8/third_party/zlib/
H A Dgzread.c531 unsigned char *dest = state->out + (state->size << 1); local
/third_party/node/deps/zlib/
H A Dgzread.c485 unsigned char *dest = state->out + (state->size << 1); in gzungetc() local
/third_party/node/tools/icu/
H A Dicutrim.py42 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 Dinflatehd.cc67 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 Dstrptime.c133 int i, w, neg, adj, min, range, *dest, dummy; in strptime() local
[all...]
/third_party/musl/src/stdio/
H A Dvfwscanf.c22 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 Dvfscanf.c27 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 Dvfscanf.c27 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 Dbytesinkutil.cpp124 CharStringByteSink::CharStringByteSink(CharString* dest) : dest_(*dest) { in CharStringByteSink() argument
H A Duarrsort.cpp132 char *dest=array+insertionPoint*itemSize; in doInsertionSort() local
H A Dcharstr.cpp52 int32_t CharString::extract(char *dest, int32_t capacity, UErrorCode &errorCode) const { in extract() argument
H A Dunistr_cnv.cpp207 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 Dunorm.cpp97 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 Dcollationdatawriter.cpp56 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 Dcollationdata.cpp174 getEquivalentScripts(int32_t script, int32_t dest[], int32_t capacity, UErrorCode &errorCode) const getEquivalentScripts() argument
H A Dstrmatch.cpp228 int32_t dest = limit; in replace() local
H A Dutrans.cpp125 void ReplaceableGlue::copy(int32_t start, int32_t limit, int32_t dest) { in copy() argument
H A Dnumrange_capi.cpp158 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 Dnghttp2_pq_test.c170 static void push_nodes(nghttp2_pq *pq, node *dest, size_t n) { in push_nodes() argument
/third_party/mesa3d/src/mesa/main/
H A Dpbo.c300 _mesa_map_pbo_dest(struct gl_context *ctx, const struct gl_pixelstore_attrib *pack, GLvoid *dest) _mesa_map_pbo_dest() argument
H A Dglspirv.c38 _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 Dm_debug_norm.c198 GLvector4f source[1], dest[1], dest2[1], ref[1], ref2[1]; in test_norm_function() local
[all...]
H A Dm_debug_xform.c170 GLvector4f source[1], dest[1], ref[1]; in test_transform_function() local
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dprscmnts.cpp61 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 Duparse.cpp366 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...]

Completed in 14 milliseconds

1...<<11121314151617181920>>...68