Home
last modified time | relevance | path

Searched refs:ua (Results 1 - 25 of 41) sorted by relevance

12

/third_party/mesa3d/src/util/
H A Denum_operators.h36 IntType ua = static_cast<IntType>(a); \
38 return static_cast<Enum>(ua op ub); \
45 IntType ua = static_cast<IntType>(a); \
47 ua op##= ub; \
48 a = static_cast<Enum>(ua); \
59 IntType ua = static_cast<IntType>(a); \
60 return static_cast<Enum>(op ua); \
/third_party/libwebsockets/plugins/ssh-base/
H A Dsshd.c406 if (!pss->ua) in lws_ua_destroy()
411 if (pss->ua->username) in lws_ua_destroy()
412 ssh_free(pss->ua->username); in lws_ua_destroy()
413 if (pss->ua->service) in lws_ua_destroy()
414 ssh_free(pss->ua->service); in lws_ua_destroy()
415 if (pss->ua->alg) in lws_ua_destroy()
416 ssh_free(pss->ua->alg); in lws_ua_destroy()
417 if (pss->ua->pubkey) in lws_ua_destroy()
418 ssh_free(pss->ua->pubkey); in lws_ua_destroy()
419 if (pss->ua in lws_ua_destroy()
[all...]
/third_party/musl/libc-test/src/functional/
H A Dqsort.c24 const uint64_t *ua = a, *ub = b; in cmp64() local
25 return *ua < *ub ? -1 : *ua != *ub; in cmp64()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/
H A Dhtmldiff.pl502 my $ua = new LWP::UserAgent;
503 $ua->agent("MACS, Inc. HTMLdiff/0.9 " . $ua->agent);
509 my $res1 = $ua->request($req1, $file1);
518 my $res2 = $ua->request($req2, $file2);
/third_party/typescript/tests/baselines/reference/
H A DrecursiveConditionalTypes.js19 function f11<T, U extends T>(tx: T, ta: __Awaited<T>, ux: U, ua: __Awaited<U>) {
20 ta = ua;
21 ua = ta; // Error
177 function f11(tx, ta, ux, ua) {
178 ta = ua;
179 ua = ta; // Error
219 declare function f11<T, U extends T>(tx: T, ta: __Awaited<T>, ux: U, ua: __Awaited<U>): void;
/third_party/icu/icu4c/source/test/intltest/
H A Ditutil.cpp492 LocalArray<UnicodeString> ua(new UnicodeString[3], errorCode); in TestLocalArray()
493 if(ua.isNull() && U_SUCCESS(errorCode)) { in TestLocalArray()
499 ua.adoptInsteadAndCheckErrorCode(u4, errorCode); in TestLocalArray()
500 if(ua.isNull() && U_SUCCESS(errorCode)) { in TestLocalArray()
506 ua.adoptInsteadAndCheckErrorCode(new UnicodeString[5], errorCode); in TestLocalArray()
507 if(ua.isValid() && ua.getAlias() != u4) { in TestLocalArray()
512 ua.adoptInsteadAndCheckErrorCode(NULL, errorCode); in TestLocalArray()
517 if(ua.isValid()) { in TestLocalArray()
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/util/
H A Dindex.js26 exports.ua = exports.oidc = exports.pem = exports.json = exports.encoding = exports.dsse = exports.crypto = void 0;
49 exports.ua = __importStar(require("./ua"));
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_clear.c163 uint32_t ua = float_to_fixed(a, l.int_a, l.frac_a, dithered) << count_b; in pan_pack_color() local
165 pan_pack_color_32(packed, ur | ug | ub | ua); in pan_pack_color()
/third_party/curl/scripts/
H A Dmk-ca-bundle.pl358 my $ua = new LWP::UserAgent(agent => "$0/$version");
359 $ua->env_proxy();
360 $resp = $ua->mirror($url, $txt);
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
H A Dminimal-http-client.c195 static const char *ua = "Mozilla/5.0 (X11; Linux x86_64) " variable
254 (unsigned char *)ua, (int)strlen(ua), p, end)) in callback_http()
/third_party/musl/libc-test/src/math/gen/
H A Drnd.c141 const uint64_t *ua = a, *ub = b; in cmp64() local
142 return *ua < *ub ? -1 : (*ua > *ub ? 1 : 0); in cmp64()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/
H A Dminimal-http-client.c65 static const char *ua = "Mozilla/5.0 (X11; Linux x86_64) " variable
118 (unsigned char *)ua, (int)strlen(ua), p, end)) in callback_http()
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-client.c625 uint8_t *ua; in lws_sspc_create() local
664 ua = (uint8_t *)(h + 1); in lws_sspc_create()
665 memset(ua, 0, ssi->user_alloc); in lws_sspc_create()
666 p = (char *)ua + ssi->user_alloc; in lws_sspc_create()
684 *((void **)(ua + ssi->opaque_user_data_offset)) = opaque_user_data; in lws_sspc_create()
685 *((void **)(ua + ssi->handle_offset)) = h; in lws_sspc_create()
/third_party/curl/lib/
H A Dcf-h1-proxy.c729 struct dynbuf ua; in start_CONNECT() local
730 Curl_dyn_init(&ua, DYN_HTTP_REQUEST); in start_CONNECT()
731 result = Curl_dyn_addf(&ua, "User-Agent: %s\r\n", in start_CONNECT()
735 result = Curl_hyper_header(data, headers, Curl_dyn_ptr(&ua)); in start_CONNECT()
738 Curl_dyn_free(&ua); in start_CONNECT()
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/
H A Dprettify.js17 a[d];h=d+2<a.length?a[d+2]:b.length;c=/^on|^style$/i.test(b.substring(e,h))}else if(g==="atv"){if(c){e=a[d];h=d+2<a.length?a[d+2]:b.length;var f=b.substring(e,h),i=f.length,j=i>=2&&/^[\"\']/.test(f)&&f.charAt(0)===f.charAt(i-1),o,m,k;if(j){m=e+1;k=h-1;o=f}else{m=e+1;k=h-1;o=f.substring(1,f.length-1)}var l=G(o);for(var n=0,p=l.length;n<p;n+=2)l[n]+=m;if(j){l.push(k,"atv");u(l,a,d+2,0)}else u(l,a,d,2)}c=false}}return a}function ua(b){var a=pa(b);a=ra(b,a);a=sa(b,a);a=ta(b,a);return a}function va(b,
19 var C={};function q(b,a){for(var c=a.length;--c>=0;){var d=a[c];if(!C.hasOwnProperty(d))C[d]=b;else if("console"in window)console.log("cannot override language handler %s",d)}}q(G,["default-code"]);q(ua,["default-markup","html","htm","xhtml","xml","xsl"]);q(r({keywords:I,hashComments:true,cStyleComments:true}),["c","cc","cpp","cs","cxx","cyc"]);q(r({keywords:J,cStyleComments:true}),["java"]);q(r({keywords:O,hashComments:true,multiLineStrings:true}),["bsh","csh","sh"]);q(r({keywords:M,hashComments:true,
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_neon_4.h528 uint32x4_t ua = vreinterpretq_u32_s32(a.m); in lsr() local
529 ua = vshlq_u32(ua, vdupq_n_s32(-s)); in lsr()
530 return vint4(vreinterpretq_s32_u32(ua)); in lsr()
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/external/
H A Drekor.js35 'User-Agent': util_1.ua.getUserAgent(),
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp823 const Unit *ua, *ub; /* -> operands */ in uprv_decNumberAnd() local
838 ua=lhs->lsu; /* bottom-up */ in uprv_decNumberAnd()
841 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */ in uprv_decNumberAnd()
845 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */ in uprv_decNumberAnd()
847 if (ua>msua) a=0; in uprv_decNumberAnd()
848 else a=*ua; in uprv_decNumberAnd()
1221 const Unit *ua, *msua; /* -> operand and its msu */ in uprv_decNumberInvert() local
1233 ua=rhs->lsu; /* bottom-up */ in uprv_decNumberInvert()
1235 msua=ua+D2U(rhs->digits)-1; /* -> msu of rhs */ in uprv_decNumberInvert()
1238 for (; uc<=msuc; ua in uprv_decNumberInvert()
1839 const Unit *ua, *ub; /* -> operands */ uprv_decNumberOr() local
3269 const Unit *ua, *ub; /* -> operands */ uprv_decNumberXor() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp823 const Unit *ua, *ub; /* -> operands */ in uprv_decNumberAnd() local
838 ua=lhs->lsu; /* bottom-up */ in uprv_decNumberAnd()
841 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */ in uprv_decNumberAnd()
845 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */ in uprv_decNumberAnd()
847 if (ua>msua) a=0; in uprv_decNumberAnd()
848 else a=*ua; in uprv_decNumberAnd()
1221 const Unit *ua, *msua; /* -> operand and its msu */ in uprv_decNumberInvert() local
1233 ua=rhs->lsu; /* bottom-up */ in uprv_decNumberInvert()
1235 msua=ua+D2U(rhs->digits)-1; /* -> msu of rhs */ in uprv_decNumberInvert()
1238 for (; uc<=msuc; ua in uprv_decNumberInvert()
1839 const Unit *ua, *ub; /* -> operands */ uprv_decNumberOr() local
3269 const Unit *ua, *ub; /* -> operands */ uprv_decNumberXor() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp823 const Unit *ua, *ub; /* -> operands */ in uprv_decNumberAnd() local
838 ua=lhs->lsu; /* bottom-up */ in uprv_decNumberAnd()
841 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */ in uprv_decNumberAnd()
845 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */ in uprv_decNumberAnd()
847 if (ua>msua) a=0; in uprv_decNumberAnd()
848 else a=*ua; in uprv_decNumberAnd()
1221 const Unit *ua, *msua; /* -> operand and its msu */ in uprv_decNumberInvert() local
1233 ua=rhs->lsu; /* bottom-up */ in uprv_decNumberInvert()
1235 msua=ua+D2U(rhs->digits)-1; /* -> msu of rhs */ in uprv_decNumberInvert()
1238 for (; uc<=msuc; ua in uprv_decNumberInvert()
1839 const Unit *ua, *ub; /* -> operands */ uprv_decNumberOr() local
3269 const Unit *ua, *ub; /* -> operands */ uprv_decNumberXor() local
[all...]
/third_party/python/Lib/http/
H A Dserver.py1145 ua = self.headers.get('user-agent')
1146 if ua:
1147 env['HTTP_USER_AGENT'] = ua
/third_party/python/Python/
H A Dsysmodule.c2795 char *ua; in make_emscripten_info() local
2810 ua = _Py_emscripten_runtime(); in make_emscripten_info()
2811 if (ua != NULL) { in make_emscripten_info()
2812 PyObject *oua = PyUnicode_DecodeUTF8(ua, strlen(ua), "strict"); in make_emscripten_info()
2813 free(ua); in make_emscripten_info()
/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc516 uint64_t ua = src1.Uint(vform, i); in cmp() local
521 result = (ua == ub); in cmp()
530 result = (ua > ub); in cmp()
533 result = (ua >= ub); in cmp()
568 uint64_t ua = src1.Uint(vform, i); in cmptst() local
570 dst.SetUint(vform, i, ((ua & ub) != 0) ? MaxUintFromFormat(vform) : 0); in cmptst()
585 uint64_t ua = src1.UintLeftJustified(vform, i); in add() local
587 uint64_t ur = ua + ub; in add()
588 if (ur < ua) { in add()
593 bool pos_a = (ua >> 6 in add()
617 uint64_t ua = src1.UintLeftJustified(vform, i); add_uint() local
976 uint64_t ua = src1.UintLeftJustified(vform, i); sub() local
1009 uint64_t ua = src1.UintLeftJustified(vform, i); sub_uint() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconst_folding_rules.cpp410 uint32_t ua = a->GetU32();
413 ? static_cast<float>(static_cast<int32_t>(ua))
414 : static_cast<float>(ua);
420 ? static_cast<double>(static_cast<int32_t>(ua))
421 : static_cast<double>(ua);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconst_folding_rules.cpp466 uint32_t ua = a->GetU32();
469 ? static_cast<float>(static_cast<int32_t>(ua))
470 : static_cast<float>(ua);
476 ? static_cast<double>(static_cast<int32_t>(ua))
477 : static_cast<double>(ua);

Completed in 36 milliseconds

12