Searched defs:tagged (Results 1 - 19 of 19) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dvlan.h17 int tagged[MAX_NUM_TAGGED_VLAN]; /* first k items, ascending order */ member in struct:vlan_description
H A Dieee802_11_auth.c511 int *untagged, *tagged, *notempty; local
571 tagged = cache->vlan_id.tagged;
574 tagged);
604 cache->vlan_id.tagged[0] ? "+" : "");
H A Dvlan_full.c423 int untagged, *tagged, i, notempty; local
440 tagged = vlan->vlan_desc.tagged;
456 for (i = 0; i < MAX_NUM_TAGGED_VLAN && tagged[i]; i++) {
457 if (tagged[i] == untagged ||
458 tagged[i] <= 0 || tagged[i] > MAX_VLAN_ID ||
459 (i > 0 && tagged[i] == tagged[i - 1]))
461 vlan_bridge_name(br_name, hapd, tagged[
537 int *tagged = vlan->vlan_desc.tagged; local
[all...]
H A Dieee802_1x.c1670 int *untagged, *tagged, *notempty; local
1741 tagged = vlan_desc.tagged;
1744 tagged);
1755 vlan_desc.tagged[0] ? "+" : "");
/external/wpa_supplicant_8/src/ap/
H A Dvlan.h17 int tagged[MAX_NUM_TAGGED_VLAN]; /* first k items, ascending order */ member in struct:vlan_description
H A Dieee802_11_auth.c511 int *untagged, *tagged, *notempty; local
571 tagged = cache->vlan_id.tagged;
574 tagged);
604 cache->vlan_id.tagged[0] ? "+" : "");
H A Dvlan_full.c423 int untagged, *tagged, i, notempty; local
440 tagged = vlan->vlan_desc.tagged;
456 for (i = 0; i < MAX_NUM_TAGGED_VLAN && tagged[i]; i++) {
457 if (tagged[i] == untagged ||
458 tagged[i] <= 0 || tagged[i] > MAX_VLAN_ID ||
459 (i > 0 && tagged[i] == tagged[i - 1]))
461 vlan_bridge_name(br_name, hapd, tagged[
537 int *tagged = vlan->vlan_desc.tagged; local
[all...]
H A Dieee802_1x.c1670 int *untagged, *tagged, *notempty; local
1741 tagged = vlan_desc.tagged;
1744 tagged);
1755 vlan_desc.tagged[0] ? "+" : "");
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dvlan.h17 int tagged[MAX_NUM_TAGGED_VLAN]; /* first k items, ascending order */ member in struct:vlan_description
H A Dieee802_11_auth.c511 int *untagged, *tagged, *notempty; local
571 tagged = cache->vlan_id.tagged;
574 tagged);
604 cache->vlan_id.tagged[0] ? "+" : "");
H A Dvlan_full.c423 int untagged, *tagged, i, notempty; local
440 tagged = vlan->vlan_desc.tagged;
456 for (i = 0; i < MAX_NUM_TAGGED_VLAN && tagged[i]; i++) {
457 if (tagged[i] == untagged ||
458 tagged[i] <= 0 || tagged[i] > MAX_VLAN_ID ||
459 (i > 0 && tagged[i] == tagged[i - 1]))
461 vlan_bridge_name(br_name, hapd, tagged[
537 int *tagged = vlan->vlan_desc.tagged; local
[all...]
H A Dieee802_1x.c1670 int *untagged, *tagged, *notempty; local
1741 tagged = vlan_desc.tagged;
1744 tagged);
1755 vlan_desc.tagged[0] ? "+" : "");
/external/v8/src/
H A Dlayout-descriptor-inl.h64 LayoutDescriptor* LayoutDescriptor::SetTagged(int field_index, bool tagged) { argument
76 if (tagged) {
85 if (tagged) {
247 // Object headers do not contain non-tagged fields.
H A Dlayout-descriptor.cc31 // tagged.
134 // Out of bounds queries are considered tagged.
167 // The contiguous sequence of tagged fields lasts till the end of the
169 // field_index are tagged.
185 bool tagged) {
186 return SetTagged(field_index, tagged);
204 bool tagged = layout_descriptor_->IsTagged(field_index, max_sequence_length,
208 // Object headers do not contain non-tagged fields. Check if the contiguous
210 if (tagged) {
211 // First field is tagged, calculat
184 SetTaggedForTesting(int field_index, bool tagged) argument
[all...]
/external/v8/test/cctest/
H A Dtest-unboxed-doubles.cc167 // All properties tagged.
255 bool tagged = true; local
258 tagged = !tagged;
262 layout_desc = layout_desc->SetTaggedForTesting(i, tagged);
273 bool tagged = true; local
276 tagged = !tagged;
279 CHECK_EQ(tagged, layout_desc->IsTagged(i));
286 expected_sequence_length = tagged
574 const bool tagged = (i % (PROP_KIND_NUMBER - 1)) != 1; local
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.c1428 * The k tagged vlans found are sorted by vlan_id and stored in the first k
1429 * items of tagged.
1433 * @numtagged: Size of tagged
1434 * @tagged: Pointer to store tagged list
1436 * Returns: 0 if neither tagged nor untagged configuration is found, 1 otherwise
1439 int *tagged)
1451 tagged[j] = 0;
1503 else if (data[0] == 0x31 && tagged &&
1505 tagged[taggedid
1438 radius_msg_get_vlanid(struct radius_msg *msg, int *untagged, int numtagged, int *tagged) argument
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius.c1428 * The k tagged vlans found are sorted by vlan_id and stored in the first k
1429 * items of tagged.
1433 * @numtagged: Size of tagged
1434 * @tagged: Pointer to store tagged list
1436 * Returns: 0 if neither tagged nor untagged configuration is found, 1 otherwise
1439 int *tagged)
1451 tagged[j] = 0;
1503 else if (data[0] == 0x31 && tagged &&
1505 tagged[taggedid
1438 radius_msg_get_vlanid(struct radius_msg *msg, int *untagged, int numtagged, int *tagged) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c1428 * The k tagged vlans found are sorted by vlan_id and stored in the first k
1429 * items of tagged.
1433 * @numtagged: Size of tagged
1434 * @tagged: Pointer to store tagged list
1436 * Returns: 0 if neither tagged nor untagged configuration is found, 1 otherwise
1439 int *tagged)
1451 tagged[j] = 0;
1503 else if (data[0] == 0x31 && tagged &&
1505 tagged[taggedid
1438 radius_msg_get_vlanid(struct radius_msg *msg, int *untagged, int numtagged, int *tagged) argument
[all...]
/external/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc96 // TODO(titzer): test tagged representation for input to NumberToInt32.
123 // TODO(titzer): test tagged representation for input to NumberToUint32.
392 // tagged and untagged base pointers. Contains both tagged and untagged buffers
397 bool tagged; member in class:v8::internal::compiler::AccessTester
402 Handle<ByteArray> tagged_array; // TODO(titzer): use FixedArray for tagged.
405 : tagged(t),
510 if (tagged) {
519 ElementAccess access = {tagged ? kTaggedBase : kUntaggedBase,
520 tagged
[all...]

Completed in 429 milliseconds