Home
last modified time | relevance | path

Searched refs:forms (Results 1 - 20 of 20) sorted by relevance

/third_party/curl/packages/OS400/
H A Dccsidcurl.c686 Curl_formadd_release_local(struct curl_forms *forms, int nargs, int skip) in Curl_formadd_release_local() argument
690 if(Curl_is_formadd_string(forms[nargs].option)) in Curl_formadd_release_local()
691 if(forms[nargs].value) in Curl_formadd_release_local()
692 free((char *) forms[nargs].value); in Curl_formadd_release_local()
694 free((char *) forms); in Curl_formadd_release_local()
699 Curl_formadd_convert(struct curl_forms *forms, in Curl_formadd_convert() argument
706 if(formx < 0 || !forms[formx].value) in Curl_formadd_convert()
710 l = (int) forms[lengthx].value; in Curl_formadd_convert()
712 l = strlen(forms[formx].value) + 1; in Curl_formadd_convert()
720 forms[form in Curl_formadd_convert()
748 struct curl_forms *forms; curl_formadd_ccsid() local
[all...]
/third_party/node/test/fixtures/wpt/encoding/resources/
H A Dencode-form-common.js16 var forms = null; variable
91 forms = Array.prototype.slice.call(
108 var form = forms[id];
/third_party/curl/lib/
H A Dformdata.c216 struct curl_forms *forms = NULL; in FormAdd() local
239 if(array_state && forms) { in FormAdd()
241 option = forms->option; in FormAdd()
242 array_value = (char *)forms->value; in FormAdd()
244 forms++; /* advance this to next entry */ in FormAdd()
266 forms = va_arg(params, struct curl_forms *); in FormAdd()
267 if(forms) in FormAdd()
/third_party/elfutils/libdw/
H A Ddwarf_getsrclines.c300 /* To read DWARF5 dir and file lists we need to know the forms. For in read_srclines()
303 uint16_t forms[256]; in read_srclines() local
305 unsigned char form_path = -1; /* Which forms is DW_LNCT_path. */ in read_srclines()
354 forms[i] = form; in read_srclines()
423 attr.form = forms[m]; in read_srclines()
428 size_t len = __libdw_form_val_len (&fake_cu, forms[m], linep); in read_srclines()
563 forms[i] = form; in read_srclines()
596 attr.form = forms[m]; in read_srclines()
603 attr.form = forms[m]; in read_srclines()
609 size_t len = __libdw_form_val_len (&fake_cu, forms[ in read_srclines()
[all...]
H A Ddwarf_getmacros.c78 if (op_protos[i - 1].forms != NULL) in build_table()
227 e.forms = readp; in get_table_for_offset()
242 if (op_protos[i - 1].forms != NULL) in get_table_for_offset()
397 DW_FORM_sec_offset forms get correctly interpreted as in read_macros()
402 attributes[i].form = proto->forms[i]; in read_macros()
406 /* We don't want forms that aren't allowed because they could in read_macros()
415 size_t len = __libdw_form_val_len (&fake_cu, proto->forms[i], readp); in read_macros()
H A DlibdwP.h494 unsigned char const *forms; member
716 /* Small lookup table of forms with fixed lengths. Absent indexes are in __libdw_form_val_len()
741 /* Return immediately for forms with fixed lengths. */ in __libdw_form_val_len()
758 /* Other forms require some computation. */ in __libdw_form_val_len()
/third_party/lzma/CS/7zip/Common/
H A DCommandLineParser.cs216 static bool ParseSubCharsCommand(int numForms, CommandSubCharsSet[] forms, in ParseSubCharsCommand() argument
223 CommandSubCharsSet charsSet = forms[i]; in ParseSubCharsCommand()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c6 * Redistribution and use in source and binary forms, with or without modification, are
1301 static sljit_s32 emit_commutative(struct sljit_compiler *compiler, const struct ins_forms *forms, in emit_commutative() argument
1313 ins12 = forms->op; in emit_commutative()
1314 ins20 = forms->op_y; in emit_commutative()
1318 ins20 = forms->op_g; in emit_commutative()
1360 ins = forms->op_r; in emit_commutative()
1361 ins_k = forms->op_rk; in emit_commutative()
1364 ins = forms->op_gr; in emit_commutative()
1365 ins_k = forms->op_grk; in emit_commutative()
1384 static sljit_s32 emit_non_commutative(struct sljit_compiler *compiler, const struct ins_forms *forms, in emit_non_commutative() argument
2337 const struct ins_forms *forms; sljit_emit_add() local
2417 const struct ins_forms *forms; sljit_emit_sub() local
2681 const struct ins_forms *forms; sljit_emit_bitwise() local
[all...]
/third_party/python/Lib/test/
H A Dtest_peepholer.py625 forms = [
632 for form in forms:
640 forms = ["{}, {}, {}", "{}, {}, *{}", "{}, *{}, {}", "*{}, {}, {}"]
642 for form in forms:
/third_party/python/Modules/_decimal/libmpdec/
H A Dvcdiv64.asm4 ; Redistribution and use in source and binary forms, with or without
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gv100.cpp105 CodeEmitterGV100::emitFormA(uint16_t op, uint8_t forms, in emitFormA() argument
112 assert(forms & FA_RRR); in emitFormA()
116 assert(forms & FA_RRI); in emitFormA()
120 assert(forms & FA_RRC); in emitFormA()
130 assert(forms & FA_RIR); in emitFormA()
135 assert(forms & FA_RCR); in emitFormA()
150 if (!(forms & FA_NODEF)) in emitFormA()
H A Dnv50_ir_emit_gv100.h327 inline void emitFormA(uint16_t op, uint8_t forms, int src0, int src1, int src2);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DSerializableTestUtility.java668 int forms[] = {MathContext.PLAIN, MathContext.ENGINEERING, MathContext.SCIENTIFIC}; field in SerializableTestUtility.MathContextHandler
677 int objectCount = forms.length * rounds.length; in getTestObjects()
681 for (int f = 0; f < forms.length; f += 1) { in getTestObjects()
686 contexts[i++] = new MathContext(digits, forms[f], lostDigits, rounds[r]); in getTestObjects()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableTestUtility.java667 int forms[] = {MathContext.PLAIN, MathContext.ENGINEERING, MathContext.SCIENTIFIC}; field in SerializableTestUtility.MathContextHandler
676 int objectCount = forms.length * rounds.length; in getTestObjects()
680 for (int f = 0; f < forms.length; f += 1) { in getTestObjects()
685 contexts[i++] = new MathContext(digits, forms[f], lostDigits, rounds[r]); in getTestObjects()
/third_party/musl/src/stdio/
H A Dvfwprintf.c169 * unspecified for other forms, do the same. Stop immediately in wprintf_core()
/third_party/protobuf/editors/
H A Dproto.vim5 " Redistribution and use in source and binary forms, with or without
/third_party/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm12 ;; Rights for redistribution and usage in source and binary forms are
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm55 aliases for others for certain platforms, or that have different forms
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm55 aliases for others for certain platforms, or that have different forms
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex6290 % @lisp environment forms a group so it can rebind things,

Completed in 29 milliseconds