/third_party/mesa3d/src/mesa/main/ |
H A D | arbprogram.c | 572 GLfloat * dest; in _mesa_ProgramEnvParameters4fvEXT() local 703 GLfloat *dest; in program_local_parameters4fv() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_bitmap.c | 127 ubyte *dest; in make_bitmap_texture() local
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler_test.cpp | 2158 auto dest = ShaderArg<uint32_t>({ 0xdeadbeef }, SHADER_ARG_OUTPUT); in TEST_F() local 2173 auto dest in TEST_F() local 2188 auto dest = ShaderArg<uint16_t>({0xdead, 0xdead, 0xdead, 0xdead, TEST_F() local 2211 auto dest = ShaderArg<float>({ NAN }, SHADER_ARG_OUTPUT); TEST_F() local 2225 auto dest = ShaderArg<int>({ -1, -1, -1, -1 }, SHADER_ARG_OUTPUT); TEST_F() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tznames.cpp | 292 TimeZoneNamesDelegate::getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const { in getDisplayNames() argument 356 TimeZoneNames::getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const { in getDisplayNames() argument
|
H A D | number_capi.cpp | 231 unumf_resultToDecimalNumber( const UFormattedNumber* uresult, char* dest, int32_t destCapacity, UErrorCode* ec) unumf_resultToDecimalNumber() argument
|
H A D | umsg.cpp | 616 umsg_autoQuoteApostrophe(const char16_t* pattern, int32_t patternLength, char16_t* dest, int32_t destCapacity, UErrorCode* ec) umsg_autoQuoteApostrophe() argument
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | wrtjava.cpp | 189 char dest[30] = {0}; in uCharsToChars() local
|
/third_party/node/deps/nghttp2/lib/ |
H A D | sfparse.c | 209 static int parser_key(sf_parser *sfp, sf_vec *dest) { in parser_key() argument 244 static int parser_number(sf_parser *sfp, sf_value *dest) { in parser_number() argument 345 parser_date(sf_parser *sfp, sf_value *dest) parser_date() argument 375 parser_string(sf_parser *sfp, sf_value *dest) parser_string() argument 426 parser_token(sf_parser *sfp, sf_value *dest) parser_token() argument 469 parser_byteseq(sf_parser *sfp, sf_value *dest) parser_byteseq() argument 566 parser_boolean(sf_parser *sfp, sf_value *dest) parser_boolean() argument 602 parser_bare_item(sf_parser *sfp, sf_value *dest) parser_bare_item() argument 703 sf_parser_inner_list(sf_parser *sfp, sf_value *dest) sf_parser_inner_list() argument 809 parser_dict_value(sf_parser *sfp, sf_value *dest) parser_dict_value() argument 900 sf_parser_list(sf_parser *sfp, sf_value *dest) sf_parser_list() argument 961 sf_parser_item(sf_parser *sfp, sf_value *dest) sf_parser_item() argument 1034 sf_unescape(sf_vec *dest, const sf_vec *src) sf_unescape() argument 1076 sf_base64decode(sf_vec *dest, const sf_vec *src) sf_base64decode() argument [all...] |
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_http.c | 177 static nghttp3_ssize sf_parse_integer_or_decimal(nghttp3_sf_value *dest, in sf_parse_integer_or_decimal() argument 323 static nghttp3_ssize sf_parse_string(nghttp3_sf_value *dest, in sf_parse_string() argument 423 sf_parse_token(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_token() argument 499 sf_parse_byteseq(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_byteseq() argument 530 sf_parse_boolean(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_boolean() argument 563 sf_parse_bare_item(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_bare_item() argument 638 sf_parse_item(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_item() argument 660 nghttp3_sf_parse_item(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) nghttp3_sf_parse_item() argument 665 sf_parse_inner_list(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_inner_list() argument 708 nghttp3_sf_parse_inner_list(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) nghttp3_sf_parse_inner_list() argument 714 sf_parse_item_or_inner_list(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_item_or_inner_list() argument 744 nghttp3_http_parse_priority(nghttp3_pri *dest, const uint8_t *value, size_t valuelen) nghttp3_http_parse_priority() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv84_video_bsp.c | 85 nv84_decoder_bsp(struct nv84_decoder *dec, struct pipe_h264_picture_desc *desc, unsigned num_buffers, const void *const *data, const unsigned *num_bytes, struct nv84_video_buffer *dest) nv84_decoder_bsp() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dcfmapts.cpp | 1112 UnicodeString dest; in testErrorCode() local 1258 UnicodeString dest; in testInvalidObject() local [all...] |
H A D | idnaref.cpp | 116 static inline int32_t convertASCIIToUChars(const char* src,UChar* dest, int32_t length){ in convertASCIIToUChars() argument 123 static inline int32_t convertUCharsToASCII(const UChar* src,char* dest, int32_t length){ in convertUCharsToASCII() argument 131 convertToPuny(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, UErrorCode& status) convertToPuny() argument 212 convertFromPuny( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, UErrorCode& status) convertFromPuny() argument 257 idnaref_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) idnaref_toASCII() argument 426 idnaref_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) idnaref_toUnicode() argument 691 idnaref_IDNToASCII( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) idnaref_IDNToASCII() argument 846 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) idnaref_IDNToUnicode() argument [all...] |
H A D | strtest.cpp | 606 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity); in TestByteSink() local 637 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity); in TestCheckedArrayByteSink() local [all...] |
H A D | alphaindextst.cpp | 34 UnicodeString joinLabelsAndAppend(AlphabeticIndex::ImmutableIndex &index, UnicodeString &dest) { in joinLabelsAndAppend() argument
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | wrtjava.cpp | 189 char dest[30] = {0}; in uCharsToChars() local
|
/third_party/ltp/utils/benchmark/ebizzy-0.3/ |
H A D | ebizzy.c | 229 static void touch_mem(char *dest, size_t size) in touch_mem() argument 278 static void my_memcpy(void *dest, void *src, size_t len) in my_memcpy() argument
|
/third_party/lwip/src/core/ipv4/ |
H A D | etharp.c | 825 const struct eth_addr *dest; local
|
H A D | ip4_frag.c | 760 ip4_frag(struct pbuf *p, struct netif *netif, const ip4_addr_t *dest) in ip4_frag() argument
|
/third_party/littlefs/scripts/ |
H A D | perf.py | 1223 dest='sources', variable in main.AppendSort
|
/third_party/lwip/src/netif/ppp/ |
H A D | pppoe.c | 1031 pppoe_send_padt(struct netif *outgoing_if, u_int session, const u8_t *dest) in pppoe_send_padt() argument
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | move-optimizer.cc | 433 InstructionOperand dest = current->first.destination; in OptimizeMerge() local [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | scavenger-inl.h | 416 HeapObject dest = first_word.ToForwardingAddress(); in ScavengeObject() local
|
/third_party/node/deps/v8/src/strings/ |
H A D | uri.cc | 377 Handle<SeqOneByteString> dest = isolate->factory() in UnescapeSlow() local 390 Handle<SeqTwoByteString> dest = isolate->factory() in UnescapeSlow() local [all...] |
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_translate.c | 282 get_result_vector(struct i915_fp_compile *p, const struct i915_full_dst_register *dest) get_result_vector() argument
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | pytracediff.py | 302 dest="plain", variable 307 dest="suppress_variants", variable 312 dest="suppress_common", variable 317 dest="named_ptrs", variable 322 dest="method_only", variable 327 dest="ignore_junk", variable 332 dest="output_width", variable
|