HomeSort by: relevance | last modified time | path
    Searched refs:Head (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/xf86-video-nv/dist/src/
g80_type.h 15 typedef enum Head {
18 } Head;
g80_display.h 15 Head G80CrtcGetHead(xf86CrtcPtr);
g80_display.c 40 Head head; member in struct:G80CrtcPrivRec
207 const int headOff = 0x800 * pPriv->head;
285 Head
289 return pPriv->head;
477 const int headOff = 0x400 * pPriv->head;
502 C(0x00000844 + headOff, (pNv->videoRam * 1024 - 0x5000 - 0x1000 * pPriv->head) >> 8);
605 const int headOff = 0x400 * pPriv->head;
669 } *lut = (void*)&pNv->mem[pNv->videoRam * 1024 - 0x5000 - 0x1000 * pPriv->head];
774 Head head local
    [all...]
  /xsrc/external/mit/brotli/dist/c/enc/
hash_forgetful_chain_inc.h 59 /* uint16_t head[BUCKET_SIZE]; */
71 static uint16_t* FN(Head)(void* extra) {
76 return (uint8_t*)(&FN(Head)(extra)[BUCKET_SIZE]);
96 uint16_t* BROTLI_RESTRICT head = FN(Head)(self->extra); local
106 head[bucket] = 0xCCCC;
113 memset(head, 0, sizeof(uint16_t) * BUCKET_SIZE);
134 uint16_t* BROTLI_RESTRICT head = FN(Head)(self->extra); local
144 banks[bank].slots[idx].next = head[key]
200 uint16_t* BROTLI_RESTRICT head = FN(Head)(self->extra); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-type-util.h 118 // Head for the first type in the list, and Tail for the rest of the
128 typedef T1 Head;
133 typedef T1 Head;
139 typedef T1 Head;
145 typedef T1 Head;
151 typedef T1 Head;
158 typedef T1 Head;
165 typedef T1 Head;
172 typedef T1 Head;
179 typedef T1 Head;
    [all...]
gtest-internal.h 669 result->push_back(NameGenerator::template GetName<typename Types::Head>(i));
699 typedef typename Types::Head Type;
767 typedef typename Tests::Head Head;
770 TypeParameterizedTest<Fixture, Head, Types>::Register(
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-type-util.h 114 // Head for the first type in the list, and Tail for the rest of the
124 typedef T1 Head;
129 typedef T1 Head;
135 typedef T1 Head;
141 typedef T1 Head;
147 typedef T1 Head;
154 typedef T1 Head;
161 typedef T1 Head;
168 typedef T1 Head;
175 typedef T1 Head;
    [all...]
gtest-internal.h 633 typedef typename Types::Head Type;
690 typedef typename Tests::Head Head;
693 TypeParameterizedTest<Fixture, Head, Types>::Register(
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
dlist.c 705 const Node *n = dlist->Head;
721 const Node *n = dlist->Head;
830 n = list->Head;
913 const Node *n = list->Head;
963 dlist->Head = malloc(sizeof(Node) * count);
964 dlist->Head[0].opcode = OPCODE_END_OF_LIST;
1036 n = block = dlist->Head;
1595 if ((list->CurrentList->Head == list->CurrentBlock) &&
1599 list->CurrentList->Head =
9285 n = dlist->Head;
    [all...]
mtypes.h 4502 union gl_dlist_node *Head;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h 4710 union gl_dlist_node *Head;
dlist.c 859 dlist->Head;
1137 dlist->Head = malloc(sizeof(Node) * count);
1138 dlist->Head[0].opcode = OPCODE_END_OF_LIST;
13591 ctx->ListState.CurrentBlock = ctx->ListState.CurrentList->Head;
13748 if ((list->CurrentList->Head == list->CurrentBlock) &&

Completed in 40 milliseconds