/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | wpa_ie.c | 45 u8 *pos; in wpa_gen_wpa_ie_wpa() local 57 pos = (u8 *) (hdr + 1); in wpa_gen_wpa_ie_wpa() 65 RSN_SELECTOR_PUT(pos, suite); in wpa_gen_wpa_ie_wpa() 66 pos += WPA_SELECTOR_LEN; in wpa_gen_wpa_ie_wpa() 68 *pos++ = 1; in wpa_gen_wpa_ie_wpa() 69 *pos++ = 0; in wpa_gen_wpa_ie_wpa() 78 RSN_SELECTOR_PUT(pos, suite); in wpa_gen_wpa_ie_wpa() 79 pos += WPA_SELECTOR_LEN; in wpa_gen_wpa_ie_wpa() 81 *pos++ = 1; in wpa_gen_wpa_ie_wpa() 82 *pos++ = 0; in wpa_gen_wpa_ie_wpa() [all …]
|
/third_party/node/deps/cjs-module-lexer/ |
D | lexer.js | 1 let source, pos, end; variable 46 ….message += `\n at ${name}:${source.slice(0, pos).split('\n').length}:${pos - source.lastIndexOf(… 47 e.loc = pos; 87 pos = -1; 95 pos += 2; 96 while (pos++ < end) { 97 ch = source.charCodeAt(pos); 103 while (pos++ < end) { 104 ch = source.charCodeAt(pos); 112 if (source.startsWith('mport', pos + 1) && keywordStart(pos)) [all …]
|
/third_party/boost/boost/sort/common/ |
D | merge_four.hpp | 111 uint32_t pos[4] = in full_merge4() local 118 if (less_range(vrange_input[pos[1]].first, pos[1], in full_merge4() 119 vrange_input[pos[0]].first, pos[0], comp)) in full_merge4() 121 std::swap(pos[0], pos[1]); in full_merge4() 123 if (npos == 4 and less_range(vrange_input[pos[3]].first, pos[3], in full_merge4() 124 vrange_input[pos[2]].first, pos[2], comp)) in full_merge4() 126 std::swap(pos[3], pos[2]); in full_merge4() 128 if (less_range (vrange_input[pos[2]].first, pos[2], in full_merge4() 129 vrange_input[pos[0]].first, pos[0], comp)) in full_merge4() 131 std::swap(pos[0], pos[2]); in full_merge4() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | bytestrie.cpp | 32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue() argument 37 value=((leadByte-kMinTwoByteValueLead)<<8)|*pos; in readValue() 39 value=((leadByte-kMinThreeByteValueLead)<<16)|(pos[0]<<8)|pos[1]; in readValue() 41 value=(pos[0]<<16)|(pos[1]<<8)|pos[2]; in readValue() 43 value=(pos[0]<<24)|(pos[1]<<16)|(pos[2]<<8)|pos[3]; in readValue() 49 BytesTrie::jumpByDelta(const uint8_t *pos) { in jumpByDelta() argument 50 int32_t delta=*pos++; in jumpByDelta() 54 delta=((delta-kMinTwoByteDeltaLead)<<8)|*pos++; in jumpByDelta() 56 delta=((delta-kMinThreeByteDeltaLead)<<16)|(pos[0]<<8)|pos[1]; in jumpByDelta() 57 pos+=2; in jumpByDelta() [all …]
|
D | ucharstrie.cpp | 33 const UChar *pos=pos_; in current() local 34 if(pos==NULL) { in current() 38 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current() 62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() argument 65 length=*pos++; in branchNext() 71 if(uchar<*pos++) { in branchNext() 73 pos=jumpByDelta(pos); in branchNext() 76 pos=skipDelta(pos); in branchNext() 83 if(uchar==*pos++) { in branchNext() 85 int32_t node=*pos; in branchNext() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | bytestrie.cpp | 32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue() argument 37 value=((leadByte-kMinTwoByteValueLead)<<8)|*pos; in readValue() 39 value=((leadByte-kMinThreeByteValueLead)<<16)|(pos[0]<<8)|pos[1]; in readValue() 41 value=(pos[0]<<16)|(pos[1]<<8)|pos[2]; in readValue() 43 value=(pos[0]<<24)|(pos[1]<<16)|(pos[2]<<8)|pos[3]; in readValue() 49 BytesTrie::jumpByDelta(const uint8_t *pos) { in jumpByDelta() argument 50 int32_t delta=*pos++; in jumpByDelta() 54 delta=((delta-kMinTwoByteDeltaLead)<<8)|*pos++; in jumpByDelta() 56 delta=((delta-kMinThreeByteDeltaLead)<<16)|(pos[0]<<8)|pos[1]; in jumpByDelta() 57 pos+=2; in jumpByDelta() [all …]
|
D | ucharstrie.cpp | 33 const UChar *pos=pos_; in current() local 34 if(pos==NULL) { in current() 38 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current() 62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() argument 65 length=*pos++; in branchNext() 71 if(uchar<*pos++) { in branchNext() 73 pos=jumpByDelta(pos); in branchNext() 76 pos=skipDelta(pos); in branchNext() 83 if(uchar==*pos++) { in branchNext() 85 int32_t node=*pos; in branchNext() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | bytestrie.cpp | 32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue() argument 37 value=((leadByte-kMinTwoByteValueLead)<<8)|*pos; in readValue() 39 value=((leadByte-kMinThreeByteValueLead)<<16)|(pos[0]<<8)|pos[1]; in readValue() 41 value=(pos[0]<<16)|(pos[1]<<8)|pos[2]; in readValue() 43 value=(pos[0]<<24)|(pos[1]<<16)|(pos[2]<<8)|pos[3]; in readValue() 49 BytesTrie::jumpByDelta(const uint8_t *pos) { in jumpByDelta() argument 50 int32_t delta=*pos++; in jumpByDelta() 54 delta=((delta-kMinTwoByteDeltaLead)<<8)|*pos++; in jumpByDelta() 56 delta=((delta-kMinThreeByteDeltaLead)<<16)|(pos[0]<<8)|pos[1]; in jumpByDelta() 57 pos+=2; in jumpByDelta() [all …]
|
D | ucharstrie.cpp | 33 const UChar *pos=pos_; in current() local 34 if(pos==NULL) { in current() 38 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current() 62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() argument 65 length=*pos++; in branchNext() 71 if(uchar<*pos++) { in branchNext() 73 pos=jumpByDelta(pos); in branchNext() 76 pos=skipDelta(pos); in branchNext() 83 if(uchar==*pos++) { in branchNext() 85 int32_t node=*pos; in branchNext() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | bytestrie.cpp | 32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue() argument 37 value=((leadByte-kMinTwoByteValueLead)<<8)|*pos; in readValue() 39 value=((leadByte-kMinThreeByteValueLead)<<16)|(pos[0]<<8)|pos[1]; in readValue() 41 value=(pos[0]<<16)|(pos[1]<<8)|pos[2]; in readValue() 43 value=(pos[0]<<24)|(pos[1]<<16)|(pos[2]<<8)|pos[3]; in readValue() 49 BytesTrie::jumpByDelta(const uint8_t *pos) { in jumpByDelta() argument 50 int32_t delta=*pos++; in jumpByDelta() 54 delta=((delta-kMinTwoByteDeltaLead)<<8)|*pos++; in jumpByDelta() 56 delta=((delta-kMinThreeByteDeltaLead)<<16)|(pos[0]<<8)|pos[1]; in jumpByDelta() 57 pos+=2; in jumpByDelta() [all …]
|
D | ucharstrie.cpp | 33 const UChar *pos=pos_; in current() local 34 if(pos==NULL) { in current() 38 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current() 62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() argument 65 length=*pos++; in branchNext() 71 if(uchar<*pos++) { in branchNext() 73 pos=jumpByDelta(pos); in branchNext() 76 pos=skipDelta(pos); in branchNext() 83 if(uchar==*pos++) { in branchNext() 85 int32_t node=*pos; in branchNext() [all …]
|
/third_party/benchmark/test/ |
D | string_util_gtest.cc | 12 size_t pos = 0; in TEST() local 13 EXPECT_EQ(0ul, benchmark::stoul("0", &pos)); in TEST() 14 EXPECT_EQ(1ul, pos); in TEST() 17 size_t pos = 0; in TEST() local 18 EXPECT_EQ(7ul, benchmark::stoul("7", &pos)); in TEST() 19 EXPECT_EQ(1ul, pos); in TEST() 22 size_t pos = 0; in TEST() local 23 EXPECT_EQ(135ul, benchmark::stoul("135", &pos)); in TEST() 24 EXPECT_EQ(3ul, pos); in TEST() 28 size_t pos = 0; in TEST() local [all …]
|
/third_party/iptables/libiptc/ |
D | linux_list.h | 338 #define list_for_each(pos, head) \ argument 339 for (pos = (head)->next, prefetch(pos->next); pos != (head); \ 340 pos = pos->next, prefetch(pos->next)) 352 #define __list_for_each(pos, head) \ argument 353 for (pos = (head)->next; pos != (head); pos = pos->next) 360 #define list_for_each_prev(pos, head) \ argument 361 for (pos = (head)->prev, prefetch(pos->prev); pos != (head); \ 362 pos = pos->prev, prefetch(pos->prev)) 370 #define list_for_each_safe(pos, n, head) \ argument 371 for (pos = (head)->next, n = pos->next; pos != (head); \ [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | BytesTrie.java | 126 private int pos; field in BytesTrie.State 139 state.pos=pos_; in saveState() 157 pos_=state.pos; in resetToState() 228 int pos=pos_; in current() local 229 if(pos<0) { in current() 233 return (remainingMatchLength_<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ? in current() 260 int pos=pos_; in next() local 261 if(pos<0) { in next() 270 if(inByte==(bytes_[pos++]&0xff)) { in next() 272 pos_=pos; in next() [all …]
|
D | CharsTrie.java | 129 private int pos; field in CharsTrie.State 142 state.pos=pos_; in saveState() 160 pos_=state.pos; in resetToState() 174 int pos=pos_; in current() local 175 if(pos<0) { in current() 179 return (remainingMatchLength_<0 && (node=chars_.charAt(pos))>=kMinValueLead) ? in current() 216 int pos=pos_; in next() local 217 if(pos<0) { in next() 223 if(inUnit==chars_.charAt(pos++)) { in next() 225 pos_=pos; in next() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | BytesTrie.java | 133 private int pos; field in BytesTrie.State 147 state.pos=pos_; in saveState() 166 pos_=state.pos; in resetToState() 245 int pos=pos_; in current() local 246 if(pos<0) { in current() 250 return (remainingMatchLength_<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ? in current() 279 int pos=pos_; in next() local 280 if(pos<0) { in next() 289 if(inByte==(bytes_[pos++]&0xff)) { in next() 291 pos_=pos; in next() [all …]
|
D | CharsTrie.java | 136 private int pos; field in CharsTrie.State 150 state.pos=pos_; in saveState() 169 pos_=state.pos; in resetToState() 184 int pos=pos_; in current() local 185 if(pos<0) { in current() 189 return (remainingMatchLength_<0 && (node=chars_.charAt(pos))>=kMinValueLead) ? in current() 229 int pos=pos_; in next() local 230 if(pos<0) { in next() 236 if(inUnit==chars_.charAt(pos++)) { in next() 238 pos_=pos; in next() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ctrl_iface.c | 75 char *pos; in set_bssid_filter() local 79 pos = val; in set_bssid_filter() 80 while (pos) { in set_bssid_filter() 81 if (*pos == '\0') in set_bssid_filter() 83 if (hwaddr_aton(pos, addr)) { in set_bssid_filter() 96 pos = os_strchr(pos, ' '); in set_bssid_filter() 97 if (pos) in set_bssid_filter() 98 pos++; in set_bssid_filter() 112 char *pos; in set_disallow_aps() local 124 pos = val; in set_disallow_aps() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_config_file.c | 34 char buf[128], *pos, *pos2, *pos3; in hostapd_config_read_vlan_file() local 49 pos = buf; in hostapd_config_read_vlan_file() 50 while (*pos != '\0') { in hostapd_config_read_vlan_file() 51 if (*pos == '\n') { in hostapd_config_read_vlan_file() 52 *pos = '\0'; in hostapd_config_read_vlan_file() 55 pos++; in hostapd_config_read_vlan_file() 62 pos = buf + 1; in hostapd_config_read_vlan_file() 64 vlan_id = strtol(buf, &pos, 10); in hostapd_config_read_vlan_file() 65 if (buf == pos || vlan_id < 1 || in hostapd_config_read_vlan_file() 74 while (*pos == ' ' || *pos == '\t') in hostapd_config_read_vlan_file() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_config_file.c | 32 char buf[128], *pos, *pos2, *pos3; in hostapd_config_read_vlan_file() local 47 pos = buf; in hostapd_config_read_vlan_file() 48 while (*pos != '\0') { in hostapd_config_read_vlan_file() 49 if (*pos == '\n') { in hostapd_config_read_vlan_file() 50 *pos = '\0'; in hostapd_config_read_vlan_file() 53 pos++; in hostapd_config_read_vlan_file() 60 pos = buf + 1; in hostapd_config_read_vlan_file() 62 vlan_id = strtol(buf, &pos, 10); in hostapd_config_read_vlan_file() 63 if (buf == pos || vlan_id < 1 || in hostapd_config_read_vlan_file() 72 while (*pos == ' ' || *pos == '\t') in hostapd_config_read_vlan_file() [all …]
|
/third_party/typescript/src/compiler/ |
D | scanner.ts | 358 let pos = 0; 360 while (pos < text.length) { 361 const ch = text.charCodeAt(pos); 362 pos++; 365 if (text.charCodeAt(pos) === CharacterCodes.lineFeed) { 366 pos++; 371 lineStart = pos; 376 lineStart = pos; 529 export function couldStartTrivia(text: string, pos: number): boolean { 531 const ch = text.charCodeAt(pos); [all …]
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sub-scc | 14 …e: 0,0:00:-2.-47,0:00:00.70,Default,,0,0,0,,{\an7}{\pos(76,228)}WE HAVE FOUND A WITCH !\N{\an7}{\p… 15 Dialogue: 0,0:00:00.69,0:00:03.29,Default,,0,0,0,,{\an7}{\pos(115,228)}[ Crowd ]\N{\an7}{\pos(115,2… 16 …0,0:00:07.07,Default,,0,0,0,,{\an7}{\pos(38,197)}HOW DO YOU KNOW\N{\an7}{\pos(38,213)}SHE IS A WIT… 17 Dialogue: 0,0:00:07.07,0:00:09.27,Default,,0,0,0,,{\an7}{\pos(192,228)}[ Shouting\N{\an7}{\pos(192,… 18 Dialogue: 0,0:00:09.26,0:00:11.06,Default,,0,0,0,,{\an7}{\pos(38,243)}BRING HER FORWARD. 19 …logue: 0,0:00:11.07,0:00:14.27,Default,,0,0,0,,{\an7}{\pos(115,228)}I’M NOT A WITCH.\N{\an7}{\pos(… 20 …ogue: 0,0:00:14.26,0:00:16.03,Default,,0,0,0,,{\an7}{\pos(38,228)}BUT YOU ARE DRESSED\N{\an7}{\pos… 21 ….03,0:00:19.03,Default,,0,0,0,,{\an7}{\pos(76,197)}THEY DRESSED ME UP\N{\an7}{\pos(76,213)}LIKE TH… 22 …ue: 0,0:00:19.03,0:00:22.95,Default,,0,0,0,,{\an7}{\pos(115,228)}AND THIS ISN’T MY NOSE.\N{\an7}{\… 23 …,0:00:28.43,Default,,0,0,0,,{\an7}{\pos(76,197)}WELL ?\N{\an7}{\pos(76,228)}\h\h\h\h\h\h\h\hWELL, … [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | tlsv1_server_write.c | 45 u8 *pos, *rhdr, *hs_start, *hs_length, *ext_start; in tls_write_server_hello() local 49 pos = *msgpos; in tls_write_server_hello() 52 rhdr = pos; in tls_write_server_hello() 53 pos += TLS_RECORD_HEADER_LEN; in tls_write_server_hello() 80 hs_start = pos; in tls_write_server_hello() 82 *pos++ = TLS_HANDSHAKE_TYPE_SERVER_HELLO; in tls_write_server_hello() 84 hs_length = pos; in tls_write_server_hello() 85 pos += 3; in tls_write_server_hello() 88 WPA_PUT_BE16(pos, conn->rl.tls_version); in tls_write_server_hello() 89 pos += 2; in tls_write_server_hello() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | tlsv1_server_write.c | 45 u8 *pos, *rhdr, *hs_start, *hs_length, *ext_start; in tls_write_server_hello() local 49 pos = *msgpos; in tls_write_server_hello() 52 rhdr = pos; in tls_write_server_hello() 53 pos += TLS_RECORD_HEADER_LEN; in tls_write_server_hello() 80 hs_start = pos; in tls_write_server_hello() 82 *pos++ = TLS_HANDSHAKE_TYPE_SERVER_HELLO; in tls_write_server_hello() 84 hs_length = pos; in tls_write_server_hello() 85 pos += 3; in tls_write_server_hello() 88 WPA_PUT_BE16(pos, conn->rl.tls_version); in tls_write_server_hello() 89 pos += 2; in tls_write_server_hello() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | wpa_ie.c | 45 u8 *pos; in wpa_gen_wpa_ie_wpa() local 57 pos = (u8 *) (hdr + 1); in wpa_gen_wpa_ie_wpa() 65 RSN_SELECTOR_PUT(pos, suite); in wpa_gen_wpa_ie_wpa() 66 pos += WPA_SELECTOR_LEN; in wpa_gen_wpa_ie_wpa() 68 *pos++ = 1; in wpa_gen_wpa_ie_wpa() 69 *pos++ = 0; in wpa_gen_wpa_ie_wpa() 78 RSN_SELECTOR_PUT(pos, suite); in wpa_gen_wpa_ie_wpa() 79 pos += WPA_SELECTOR_LEN; in wpa_gen_wpa_ie_wpa() 81 *pos++ = 1; in wpa_gen_wpa_ie_wpa() 82 *pos++ = 0; in wpa_gen_wpa_ie_wpa() [all …]
|