Home
last modified time | relevance | path

Searched defs:dest (Results 726 - 750 of 1460) sorted by relevance

1...<<21222324252627282930>>...59

/third_party/mesa3d/src/mesa/main/
H A Darbprogram.c572 GLfloat * dest; in _mesa_ProgramEnvParameters4fvEXT() local
703 GLfloat *dest; in program_local_parameters4fv() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c127 ubyte *dest; in make_bitmap_texture() local
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp2158 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 Dtznames.cpp292 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 Dnumber_capi.cpp231 unumf_resultToDecimalNumber( const UFormattedNumber* uresult, char* dest, int32_t destCapacity, UErrorCode* ec) unumf_resultToDecimalNumber() argument
H A Dumsg.cpp616 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 Dwrtjava.cpp189 char dest[30] = {0}; in uCharsToChars() local
/third_party/node/deps/nghttp2/lib/
H A Dsfparse.c209 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 Dnghttp3_http.c177 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 Dnv84_video_bsp.c85 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 Ddcfmapts.cpp1112 UnicodeString dest; in testErrorCode() local
1258 UnicodeString dest; in testInvalidObject() local
[all...]
H A Didnaref.cpp116 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 Dstrtest.cpp606 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 Dalphaindextst.cpp34 UnicodeString joinLabelsAndAppend(AlphabeticIndex::ImmutableIndex &index, UnicodeString &dest) { in joinLabelsAndAppend() argument
/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtjava.cpp189 char dest[30] = {0}; in uCharsToChars() local
/third_party/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.c229 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 Detharp.c825 const struct eth_addr *dest; local
H A Dip4_frag.c760 ip4_frag(struct pbuf *p, struct netif *netif, const ip4_addr_t *dest) in ip4_frag() argument
/third_party/littlefs/scripts/
H A Dperf.py1223 dest='sources', variable in main.AppendSort
/third_party/lwip/src/netif/ppp/
H A Dpppoe.c1031 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 Dmove-optimizer.cc433 InstructionOperand dest = current->first.destination; in OptimizeMerge() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dscavenger-inl.h416 HeapObject dest = first_word.ToForwardingAddress(); in ScavengeObject() local
/third_party/node/deps/v8/src/strings/
H A Duri.cc377 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 Di915_fpc_translate.c282 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 Dpytracediff.py302 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

Completed in 32 milliseconds

1...<<21222324252627282930>>...59