HomeSort by relevance Sort by last modified time
    Searched defs:FieldIndex (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiDhcp.c 41 UINT32 FieldIndex;
67 FieldIndex = RP_FIELD_IDX_SERVERNAME;
73 for (FieldIndex = RP_FIELD_IDX_SERVERNAME; (FieldIndex < RP_FIELD_IDX_MAX) && (Index < Length); FieldIndex++) {
75 Fields[FieldIndex].Str = &TmpStr[Index];
83 if (FieldIndex != RP_FIELD_IDX_TARGETNAME) {
88 if (Fields[FieldIndex].Str != NULL) {
89 Fields[FieldIndex].Len = (UINT8) AsciiStrLen (Fields[FieldIndex].Str);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDhcp.c 44 UINT32 FieldIndex;
75 FieldIndex = RP_FIELD_IDX_SERVERNAME;
81 for (FieldIndex = RP_FIELD_IDX_SERVERNAME; (FieldIndex < RP_FIELD_IDX_MAX) && (Index < Length); FieldIndex++) {
83 Fields[FieldIndex].Str = &TmpStr[Index];
91 if (FieldIndex != RP_FIELD_IDX_TARGETNAME) {
96 if (Fields[FieldIndex].Str != NULL) {
97 Fields[FieldIndex].Len = (UINT8) AsciiStrLen (Fields[FieldIndex].Str);
    [all...]
IScsiDhcp6.c 46 UINT32 FieldIndex;
78 FieldIndex = 0;
108 for (FieldIndex = 1; (FieldIndex < RP_FIELD_IDX_MAX) && (Index < Length); FieldIndex++) {
111 Fields[FieldIndex].Str = &TmpStr[Index];
119 if (FieldIndex != RP_FIELD_IDX_TARGETNAME) {
124 if (Fields[FieldIndex].Str != NULL) {
125 Fields[FieldIndex].Len = (UINT8) AsciiStrLen (Fields[FieldIndex].Str);
    [all...]
  /external/v8/src/
field-index.h 20 class FieldIndex final {
22 FieldIndex() : bit_field_(0) {}
24 static FieldIndex ForPropertyIndex(Map* map,
27 static FieldIndex ForInObjectOffset(int offset, Map* map = NULL);
28 static FieldIndex ForDescriptor(Map* map, int descriptor_index);
29 static FieldIndex ForLoadByFieldIndex(Map* map, int index);
30 static FieldIndex FromFieldAccessStubKey(int key);
74 bool operator==(FieldIndex const& other) const {
77 bool operator!=(FieldIndex const& other) const { return !(*this == other); }
80 FieldIndex(bool is_inobject, int local_index, bool is_double
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.h 168 enum { FieldIndex = 0x1, Field32Index = 0x2 }; // bitmask
170 slangAssert(!(Which & ~(FieldIndex | Field32Index)));
171 if (Which & FieldIndex ) mFieldIndex++;
slang_rs_reflection.cpp 97 unsigned Which = RSReflectionJava::FieldIndex | RSReflectionJava::Field32Index);
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.h 147 unsigned FieldIndex;
  /external/v8/tools/
grokdump.py     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 242 milliseconds