Home
last modified time | relevance | path

Searched +defs:val +defs:pos (Results 1 – 25 of 1413) sorted by relevance

12345678910>>...57

/aosp_15_r20/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c34 char buf[128], *pos, *pos2, *pos3; in hostapd_config_read_vlan_file() local
125 char buf[128], *pos; in hostapd_config_read_maclist() local
198 char **pos, int line, in hostapd_config_eap_user_salted()
255 char buf[512], *pos, *start, *pos2; in hostapd_config_read_eap_user() local
586 int *num_server, const char *val, int def_port, in hostapd_config_read_radius_addr()
612 static int hostapd_parse_das_client(struct hostapd_bss_config *bss, char *val) in hostapd_parse_das_client()
638 int val = 0, last; in hostapd_config_parse_key_mgmt() local
749 int val = wpa_parse_cipher(value); in hostapd_config_parse_cipher() local
766 char *val) in hostapd_config_read_wep()
818 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist()
[all …]
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gv100.h71 inline void emitABS(int pos, int src, bool supported) in emitABS()
79 inline void emitABS(int pos, int src) in emitABS()
84 inline void emitNEG(int pos, int src, bool supported) { in emitNEG()
91 inline void emitNEG(int pos, int src) { in emitNEG()
95 inline void emitNOT(int pos) { in emitNOT()
99 inline void emitNOT(int pos, const ValueRef &ref) { in emitNOT()
103 inline void emitSAT(int pos) { in emitSAT()
126 inline void emitRND(int pos) { in emitRND()
130 inline void emitFMZ(int pos, int len) { in emitFMZ()
134 inline void emitPDIV(int pos) { in emitPDIV()
[all …]
H A Dnv50_ir_emit_gm107.cpp62 inline void emitGPR(int pos) { in emitGPR()
65 inline void emitGPR(int pos, const ValueRef &ref) { in emitGPR()
68 inline void emitGPR(int pos, const ValueRef *ref) { in emitGPR()
71 inline void emitGPR(int pos, const ValueDef &def) { in emitGPR()
75 inline void emitSYS(int pos, const ValueRef &ref) { in emitSYS()
79 inline void emitPRED(int pos) { in emitPRED()
82 inline void emitPRED(int pos, const ValueRef &ref) { in emitPRED()
85 inline void emitPRED(int pos, const ValueDef &def) { in emitPRED()
95 void emitCond5(int pos, CondCode cc) { emitCond4(pos, cc); } in emitCond5()
106 inline void emitRND(int pos) { in emitRND()
[all …]
/aosp_15_r20/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.h43 KeymasterEnum val) { in contains()
44 int pos = set.find(tag); in contains() local
50 KeymasterEnum val) { in contains()
51 int pos = -1; in contains() local
58 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT, Tag> tag, uint32_t val) { in contains()
59 int pos = set.find(tag); in contains() local
64 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT_REP, Tag> tag, uint32_t val) { in contains()
65 int pos = -1; in contains() local
72 bool contains(const AuthorizationSet& set, TypedTag<KM_ULONG, Tag> tag, uint64_t val) { in contains()
73 int pos = set.find(tag); in contains() local
[all …]
H A Dauthorization_set_test.cpp87 int pos = set.find(TAG_ALGORITHM); in TEST() local
118 int pos = set.find(TAG_PURPOSE); in TEST() local
179 int pos = deserialized.find(TAG_APPLICATION_ID); in TEST() local
214 int pos = deserialized.find(TAG_APPLICATION_ID); in TEST() local
267 uint32_t val; in read_uint32() local
273 uint32_t val; in add_to_uint32() local
445 uint32_t val; in TEST() local
465 uint64_t val; in TEST() local
487 uint64_t val; in TEST() local
507 keymaster_algorithm_t val; in TEST() local
[all …]
/aosp_15_r20/hardware/google/gchips/gralloc4/src/hidl_common/
DBufferDescriptor.h69 static void push_descriptor_uint32(frameworks_vec<vecT> *vec, size_t *pos, uint32_t val) in push_descriptor_uint32()
77 static uint32_t pop_descriptor_uint32(const frameworks_vec<vecT> &vec, size_t *pos) in pop_descriptor_uint32()
79 uint32_t val; in pop_descriptor_uint32() local
87 static void push_descriptor_uint64(frameworks_vec<vecT> *vec, size_t *pos, uint64_t val) in push_descriptor_uint64()
95 static uint64_t pop_descriptor_uint64(const frameworks_vec<vecT> &vec, size_t *pos) in pop_descriptor_uint64()
97 uint64_t val; in pop_descriptor_uint64() local
105 static void push_descriptor_string(frameworks_vec<uint8_t> *vec, size_t *pos, const std::string &st… in push_descriptor_string()
111 static std::string pop_descriptor_string(const frameworks_vec<uint8_t> &vec, size_t *pos) in pop_descriptor_string()
134 size_t pos = 0; in grallocEncodeBufferDescriptor() local
158 size_t pos = 0; in grallocDecodeBufferDescriptor() local
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/parser/
H A DCharacterReader.java72 final int pos; in bufferUp() local
115 public int pos() { in pos() method in CharacterReader
160 int lineNumber(int pos) { in lineNumber()
182 int columnNumber(int pos) { in columnNumber()
203 private int lineNumIndex(int pos) { in lineNumIndex()
257 char val = isEmptyNoBufferUp() ? EOF : charBuf[bufPos]; in consume() local
382 int pos = bufPos; in consumeToAny() local
385 final char[] val = charBuf; in consumeToAny() local
403 int pos = bufPos; in consumeToAnySorted() local
406 final char[] val = charBuf; in consumeToAnySorted() local
[all …]
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/
H A DMethodHandles.java105 public static void arrayElementSetter(byte[] array, int i, byte val) { in arrayElementSetter()
109 public static void arrayElementSetter(boolean[] array, int i, boolean val) { in arrayElementSetter()
113 public static void arrayElementSetter(char[] array, int i, char val) { in arrayElementSetter()
117 public static void arrayElementSetter(short[] array, int i, short val) { in arrayElementSetter()
121 public static void arrayElementSetter(int[] array, int i, int val) { in arrayElementSetter()
125 public static void arrayElementSetter(long[] array, int i, long val) { in arrayElementSetter()
129 public static void arrayElementSetter(float[] array, int i, float val) { in arrayElementSetter()
133 public static void arrayElementSetter(double[] array, int i, double val) { in arrayElementSetter()
217 public static byte identity(byte val) { in identity()
221 public static boolean identity(boolean val) { in identity()
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A Dsae_pk.c99 static u8 d_permute(u8 val, unsigned int iter) in d_permute()
107 static u8 d_invert(u8 val) in d_invert()
118 u8 val = 0; in d_check_char() local
144 int pos; in sae_pk_valid_password() local
196 static char * add_char(const char *start, char *pos, u8 idx, size_t *bits) in add_char()
215 char *out, *pos; in sae_pk_base32_encode() local
218 u8 val; in sae_pk_base32_encode() local
252 u8 dtable[256], *out, *pos, tmp; in sae_pk_base32_decode() local
280 u8 val; in sae_pk_base32_decode() local
363 u8 *pw, *pos; in sae_pk_set_password() local
[all …]
/aosp_15_r20/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py32 …def __init__(self, parent, id=-1,value=wx.EmptyString,pos=wx.DefaultPosition,size=wx.DefaultSize,s… argument
35 def SetValue(self, val): argument
46 …def __init__(self, parent, id=-1,value=wx.EmptyString,pos=wx.DefaultPosition,size=wx.DefaultSize,s… argument
49 def SetValue(self, val): argument
65 … def __init__(self, parent, id=-1,label=wx.EmptyString,pos=wx.DefaultPosition,size=wx.DefaultSize): argument
68 def SetValue(self, val): argument
83 … def __init__(self, parent, id=-1,label=wx.EmptyString,pos=wx.DefaultPosition,size=wx.DefaultSize): argument
86 def SetValue(self, val): argument
101 def __init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize): argument
150 …def __init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.LC_REPORT … argument
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/tls/
H A Dasn1.c173 const u8 *pos, *end; in asn1_get_next() local
292 const u8 *pos, *end; in asn1_parse_oid() local
293 unsigned long val; in asn1_parse_oid() local
353 char *pos = buf; in asn1_oid_to_str() local
393 unsigned long val = 0; in asn1_bit_string_to_long() local
394 const u8 *pos = buf; in asn1_bit_string_to_long() local
437 const u8 *pos; in asn1_get_integer() local
483 const u8 *pos = buf, *end = buf + len; in asn1_get_alg_id() local
504 void asn1_put_integer(struct wpabuf *buf, int val) in asn1_put_integer()
539 void asn1_put_octet_string(struct wpabuf *buf, const struct wpabuf *val) in asn1_put_octet_string()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/invoke/
H A DMethodHandles.java2441 public static void arrayElementSetter(byte[] array, int i, byte val) { array[i] = val; } in arrayElementSetter()
2443 public static void arrayElementSetter(boolean[] array, int i, boolean val) { array[i] = val; } in arrayElementSetter()
2445 public static void arrayElementSetter(char[] array, int i, char val) { array[i] = val; } in arrayElementSetter()
2447 public static void arrayElementSetter(short[] array, int i, short val) { array[i] = val; } in arrayElementSetter()
2449 public static void arrayElementSetter(int[] array, int i, int val) { array[i] = val; } in arrayElementSetter()
2451 public static void arrayElementSetter(long[] array, int i, long val) { array[i] = val; } in arrayElementSetter()
2453 public static void arrayElementSetter(float[] array, int i, float val) { array[i] = val; } in arrayElementSetter()
2455 public static void arrayElementSetter(double[] array, int i, double val) { array[i] = val; } in arrayElementSetter()
3112 int pos = btw.ordinal(); in identity() local
3189 /** @hide */ public static byte identity(byte val) { return val; } in identity()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java2441 public static void arrayElementSetter(byte[] array, int i, byte val) { array[i] = val; } in arrayElementSetter()
2443 public static void arrayElementSetter(boolean[] array, int i, boolean val) { array[i] = val; } in arrayElementSetter()
2445 public static void arrayElementSetter(char[] array, int i, char val) { array[i] = val; } in arrayElementSetter()
2447 public static void arrayElementSetter(short[] array, int i, short val) { array[i] = val; } in arrayElementSetter()
2449 public static void arrayElementSetter(int[] array, int i, int val) { array[i] = val; } in arrayElementSetter()
2451 public static void arrayElementSetter(long[] array, int i, long val) { array[i] = val; } in arrayElementSetter()
2453 public static void arrayElementSetter(float[] array, int i, float val) { array[i] = val; } in arrayElementSetter()
2455 public static void arrayElementSetter(double[] array, int i, double val) { array[i] = val; } in arrayElementSetter()
3112 int pos = btw.ordinal(); in identity() local
3189 /** @hide */ public static byte identity(byte val) { return val; } in identity()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java2441 public static void arrayElementSetter(byte[] array, int i, byte val) { array[i] = val; } in arrayElementSetter()
2443 public static void arrayElementSetter(boolean[] array, int i, boolean val) { array[i] = val; } in arrayElementSetter()
2445 public static void arrayElementSetter(char[] array, int i, char val) { array[i] = val; } in arrayElementSetter()
2447 public static void arrayElementSetter(short[] array, int i, short val) { array[i] = val; } in arrayElementSetter()
2449 public static void arrayElementSetter(int[] array, int i, int val) { array[i] = val; } in arrayElementSetter()
2451 public static void arrayElementSetter(long[] array, int i, long val) { array[i] = val; } in arrayElementSetter()
2453 public static void arrayElementSetter(float[] array, int i, float val) { array[i] = val; } in arrayElementSetter()
2455 public static void arrayElementSetter(double[] array, int i, double val) { array[i] = val; } in arrayElementSetter()
3112 int pos = btw.ordinal(); in identity() local
3189 /** @hide */ public static byte identity(byte val) { return val; } in identity()
[all …]
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c205 int val, *dst; in wpa_config_parse_int_impl() local
284 const char *pos; in wpa_config_parse_addr_list() local
341 char *value, *end, *pos; in wpa_config_write_addr_list() local
578 const char *pos; in wpa_config_parse_psk() local
673 int val = 0, last, errors = 0; in wpa_config_parse_proto() local
729 char *buf, *pos, *end; in wpa_config_write_proto() local
774 int val = 0, last, errors = 0; in wpa_config_parse_key_mgmt() local
896 char *buf, *pos, *end; in wpa_config_write_key_mgmt() local
1231 int val; in wpa_config_parse_pairwise() local
1262 int val; in wpa_config_parse_group() local
[all …]
H A Dctrl_iface.c79 static int set_bssid_filter(struct wpa_supplicant *wpa_s, char *val) in set_bssid_filter()
81 char *pos; in set_bssid_filter() local
116 static int set_disallow_aps(struct wpa_supplicant *wpa_s, char *val) in set_disallow_aps()
118 char *pos; in set_disallow_aps() local
241 static int wpas_ctrl_set_blob(struct wpa_supplicant *wpa_s, char *pos) in wpas_ctrl_set_blob()
283 char *pos; in wpas_ctrl_pno() local
389 char *pos; in wpas_ctrl_set_relative_band_adjust() local
438 const char *val) in wpas_ctrl_iface_set_dso()
441 const char *pos = val; in wpas_ctrl_iface_set_dso() local
560 long int val; in wpa_supplicant_ctrl_iface_set() local
[all …]
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Dhashtable.h32 #define hash_long(val, bits) hash_32(val, bits) argument
191 #define hlist_for_each(pos, head) \ argument
194 #define hlist_for_each_safe(pos, n, head) \ argument
209 #define hlist_for_each_entry(pos, head, member) \ argument
220 #define hlist_for_each_entry_continue(pos, member) \ argument
231 #define hlist_for_each_entry_from(pos, member) \ argument
243 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument
248 static inline u32 __hash_32(u32 val) in __hash_32()
253 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32()
259 static inline u32 hash_64(u64 val, unsigned int bits) in hash_64()
[all …]
/aosp_15_r20/external/strace/
H A Dxlat.c46 sprint_xlat_val(uint64_t val, enum xlat_style style) in sprint_xlat_val()
68 print_xlat_val(uint64_t val, enum xlat_style style) in print_xlat_val()
74 xlookup(const struct xlat *xlat, const uint64_t val) in xlookup()
76 static const struct xlat *pos; in xlookup() local
96 xlat_search(const struct xlat *xlat, const size_t nmemb, const uint64_t val) in xlat_search()
98 static const struct xlat *pos; in xlat_search() local
130 printxvals_ex(const uint64_t val, const char *dflt, enum xlat_style style, in printxvals_ex()
179 const unsigned int val, const char *const dflt, in sprintxval_ex()
220 printxval_sized(const struct xlat *xlat, size_t xlat_size, uint64_t val, in printxval_sized() argument
250 printxval_searchn_ex(const struct xlat *xlat, size_t xlat_size, uint64_t val, in printxval_searchn_ex()
[all …]
/aosp_15_r20/external/bcc/src/cc/usdt/
H A Dusdt_args.cc135 void ArgumentParser::print_error(ssize_t pos) { in print_error()
142 void ArgumentParser::skip_whitespace_from(size_t pos) { in skip_whitespace_from()
147 void ArgumentParser::skip_until_whitespace_from(size_t pos) { in skip_until_whitespace_from()
153 bool ArgumentParser_aarch64::parse_register(ssize_t pos, ssize_t &new_pos, in parse_register()
177 bool ArgumentParser_aarch64::parse_size(ssize_t pos, ssize_t &new_pos, in parse_size()
192 bool ArgumentParser_aarch64::parse_mem(ssize_t pos, ssize_t &new_pos, in parse_mem()
257 optional<long long> val; in parse() local
269 bool ArgumentParser_loongarch64::parse_register(ssize_t pos, ssize_t &new_pos, in parse_register()
292 bool ArgumentParser_loongarch64::parse_size(ssize_t pos, ssize_t &new_pos, in parse_size()
307 bool ArgumentParser_loongarch64::parse_mem(ssize_t pos, ssize_t &new_pos, in parse_mem()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/detail/
Dutree_detail2.hpp147 utree val; member
294 inline void list::insert(T const& val, Iterator pos) in insert()
315 inline void list::push_front(T const& val) in push_front()
334 inline void list::push_back(T const& val) in push_back()
385 inline list::node* list::erase(node* pos) in erase()
1023 inline void utree::push_front(T const& val) in push_front()
1033 inline void utree::push_back(T const& val) in push_back()
1043 inline utree::iterator utree::insert(iterator pos, T const& val) in insert()
1059 inline void utree::insert(iterator pos, std::size_t n, T const& val) in insert()
1070 inline void utree::insert(iterator pos, Iterator first, Iterator last) in insert()
[all …]
/aosp_15_r20/external/lzma/C/Util/7zipInstall/
H A D7zipInstall.c206 unsigned pos = (unsigned)lstrlenW(buf); in GetFileVersion() local
306 const int pos = ReverseFind_PathSepar(s); in CreateComplexDir() local
322 int pos; in CreateComplexDir() local
342 const size_t pos = wcslen(s); in CreateComplexDir() local
377 static LONG MyRegistry_SetString(HKEY hKey, LPCWSTR name, LPCWSTR val) in MyRegistry_SetString()
383 static LONG MyRegistry_SetDWORD(HKEY hKey, LPCWSTR name, DWORD val) in MyRegistry_SetDWORD()
397 …atic LONG MyRegistry_CreateKeyAndVal(HKEY parentKey, LPCWSTR keyName, LPCWSTR valName, LPCWSTR val) in MyRegistry_CreateKeyAndVal()
420 …c LONG MyRegistry_CreateKeyAndVal_32(HKEY parentKey, LPCWSTR keyName, LPCWSTR valName, LPCWSTR val) in MyRegistry_CreateKeyAndVal_32()
452 size_t processed, pos; in FindSignature() local
481 static void HexToString(UInt32 val, WCHAR *s) in HexToString()
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Djson.c66 const char *pos = *json_pos; in json_parse_string() local
163 const char *pos = *json_pos; in json_parse_number() local
223 const char *pos, *end; in json_parse() local
603 void json_add_int(struct wpabuf *json, const char *name, int val) in json_add_int()
609 void json_add_string(struct wpabuf *json, const char *name, const char *val) in json_add_string()
616 const void *val, size_t len) in json_add_string_escape()
631 int json_add_base64url(struct wpabuf *json, const char *name, const void *val, in json_add_base64url()
645 int json_add_base64(struct wpabuf *json, const char *name, const void *val, in json_add_base64()
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Drootcanal.js33 function rootCanalAddU8(array, pos, val) { argument
39 function rootCanalAddPayload(array, pos, payload) { argument
45 function rootCanalAddString(array, pos, val) { argument
/aosp_15_r20/frameworks/base/libs/protoutil/src/
H A DEncodedBuffer.cpp44 EncodedBuffer::Pointer::pos() const in pos() function in android::util::EncodedBuffer::Pointer
162 EncodedBuffer::writeRawByte(uint8_t val) in writeRawByte()
169 EncodedBuffer::writeRawVarint64(uint64_t val) in writeRawVarint64()
185 EncodedBuffer::writeRawVarint32(uint32_t val) in writeRawVarint32()
192 EncodedBuffer::writeRawFixed32(uint32_t val) in writeRawFixed32()
201 EncodedBuffer::writeRawFixed64(uint64_t val) in writeRawFixed64()
286 uint8_t val = *at(mEp); in readRawByte() local
294 uint64_t val = 0, shift = 0; in readRawVarint() local
308 uint32_t val = 0; in readRawFixed32() local
318 uint64_t val = 0; in readRawFixed64() local
[all …]
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderGLSLstd450.cpp252 …auto pos = As<SIMD::Int>(CmpNLE(src.Float(i), SIMD::Float(+0.0f))) & As<SIMD::Int>(SIMD::Float(1.0… in EmitExtGLSLstd450() local
263 auto pos = CmpNLE(src.Int(i), SIMD::Int(0)) & SIMD::Int(1); in EmitExtGLSLstd450() local
290 SIMD::Int pos = CmpNLT(k, SIMD::Float(0.0f)); in EmitExtGLSLstd450() local
357 auto val = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
374 auto val = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
386 auto val = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
402 auto val = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
411 auto val = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
421 auto val = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
431 auto val = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
[all …]

12345678910>>...57