/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | bigint.h | 19 bigint_element_t element[ (size) ]; \ 39 ( sizeof ( *(bigint) ) / sizeof ( (bigint)->element[0] ) ) 50 assert ( (len) <= ( size * sizeof ( (value)->element[0] ) ) ); \ 51 bigint_init_raw ( (value)->element, size, (data), (len) ); \ 63 bigint_done_raw ( (value)->element, size, (out), (len) ); \ 74 bigint_add_raw ( (addend)->element, (value)->element, size ); \ 85 bigint_subtract_raw ( (subtrahend)->element, (value)->element, \ 96 bigint_rol_raw ( (value)->element, siz [all...] |
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | sortarray.cpp | 55 static int crSaSearch(const CR_SORTARRAY *pArray, uint64_t element) argument 66 if (el == element) 68 else if (el < element) 97 static int crSaInsAt(CR_SORTARRAY *pArray, uint32_t iPos, uint64_t element) argument 123 pArray->pElements[iPos] = element; 143 static int crSaAdd(CR_SORTARRAY *pArray, uint64_t element) argument 151 return crSaInsAt(pArray, 0, element); 158 if (el == element) 160 else if (el < element) 166 if (el < element) 171 crSaRemove(CR_SORTARRAY *pArray, uint64_t element) argument 184 CrSaContains(const CR_SORTARRAY *pArray, uint64_t element) argument 189 CrSaAdd(CR_SORTARRAY *pArray, uint64_t element) argument 194 CrSaRemove(CR_SORTARRAY *pArray, uint64_t element) argument 270 uint64_t element; local [all...] |
H A D | list.c | 12 void *element; member in struct:CRListIterator 57 t2->element = NULL; 90 p->element = elem; 107 iter->element = NULL; 154 return l->head->next->element; 163 return l->tail->prev->element; 198 return iter->element; 201 CRListIterator *crListFind( CRList *l, void *element, CRListCompareFunc compare ) argument 210 if ( compare( element, iter->element ) [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/core/ |
H A D | x86_bigint.c | 59 /* Multiply integers one element at a time */ 61 multiplicand_element = multiplicand->element[i]; 63 multiplier_element = multiplier->element[j]; 64 result_elements = &result->element[ i + j ]; 66 * resulting double-element into the result,
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsIArray.idl | 48 * elements. Indexes are zero-based, such that the last element in the 82 * Retrieve a specific element of the array, and QueryInterface it 86 * @param index position of element 103 * Get the position of a specific element. Note that since null is 104 * a valid input, exceptions are used to indicate that an element 107 * @param startIndex The initial element to search in the array 110 * @param element The element you are looking for 112 * element in the array. 113 * @throws NS_ERROR_NOT_FOUND if the element wa [all...] |
H A D | nsCOMArray.cpp | 137 nsISupports* element = ObjectAt(aIndex); local 138 if (element) { 141 NS_IF_RELEASE(element); 151 nsISupports* element = NS_STATIC_CAST(nsISupports*, aElement); local 152 NS_IF_RELEASE(element);
|
H A D | nsSupportsArray.h | 70 nsISupports* element = mArray[aIndex]; local 71 if (nsnull != element) 72 return element->QueryInterface(aIID, aResult);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | vertexdeclaration.c | 39 static void dump_wined3dvertexelement(const WINED3DVERTEXELEMENT *element) { argument 40 TRACE(" format: %s (%#x)\n", debug_d3dformat(element->format), element->format); 41 TRACE(" input_slot: %u\n", element->input_slot); 42 TRACE(" offset: %u\n", element->offset); 43 TRACE("output_slot: %u\n", element->output_slot); 44 TRACE(" method: %s (%#x)\n", debug_d3ddeclmethod(element->method), element->method); 45 TRACE(" usage: %s (%#x)\n", debug_d3ddeclusage(element->usage), element 100 declaration_element_valid_ffp(const WINED3DVERTEXELEMENT *element) argument [all...] |
H A D | drawprim.c | 96 const struct wined3d_stream_info_element *element; local 124 element = &si->elements[WINED3D_FFP_POSITION]; 125 position = element->data + streamOffset[element->stream_idx]; 130 element = &si->elements[WINED3D_FFP_NORMAL]; 131 normal = element->data + streamOffset[element->stream_idx]; 141 element = &si->elements[WINED3D_FFP_DIFFUSE]; 142 diffuse = element->data + streamOffset[element [all...] |
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_sortarray.h | 63 * @return true if element is found */ 64 VBOXSADECL(bool) CrSaContains(const CR_SORTARRAY *pArray, uint64_t element); 67 * @return VINF_SUCCESS if element is added 68 * VINF_ALREADY_INITIALIZED if element was in array already 71 VBOXSADECL(int) CrSaAdd(CR_SORTARRAY *pArray, uint64_t element); 74 * @return VINF_SUCCESS if element is removed 75 * VINF_ALREADY_INITIALIZED if element was NOT in array 77 VBOXSADECL(int) CrSaRemove(CR_SORTARRAY *pArray, uint64_t element);
|
H A D | cr_list.h | 13 typedef void ( *CRListApplyFunc ) ( void *element, void *arg ); 41 DECLEXPORT(CRListIterator *) crListFind( CRList *l, void *element, CRListCompareFunc compare );
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | openvms.c | 139 PRStackElem *element; local 150 element = (PRStackElem *) locked; 152 if (element == NULL) { 156 element->prstk_elem_next; 162 return element;
|
H A D | os_SunOS_32.s | 37 ! Atomically add a new element to the top of the stack 47 ! %o1 [input] - the address of the element to be added to the stack 76 ! Atomically remove the element at the top of the stack 86 ! %o1 [input] - work register (top element) 106 ld [%o1], %o2 ! load the second element 112 mov %o1, %o0 ! return the first element
|
H A D | aix.c | 311 PRStackElem *element; local 317 while ((element = stack->prstk_head.prstk_elem_next) == 321 (int)element, _PR_AIX_ATOMIC_LOCK); 324 if (element == NULL) { 328 (int) element->prstk_elem_next); 330 return element;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | vertexdeclaration.c | 40 static void dump_wined3d_vertex_element(const struct wined3d_vertex_element *element) argument 42 TRACE(" format: %s (%#x)\n", debug_d3dformat(element->format), element->format); 43 TRACE(" input_slot: %u\n", element->input_slot); 44 TRACE(" offset: %u\n", element->offset); 45 TRACE("output_slot: %u\n", element->output_slot); 46 TRACE(" method: %s (%#x)\n", debug_d3ddeclmethod(element->method), element->method); 47 TRACE(" usage: %s (%#x)\n", debug_d3ddeclusage(element->usage), element 83 declaration_element_valid_ffp(const struct wined3d_vertex_element *element) argument [all...] |
H A D | drawprim.c | 129 const struct wined3d_stream_info_element *element; local 157 element = &si->elements[WINED3D_FFP_POSITION]; 158 position = element->data.addr; 163 element = &si->elements[WINED3D_FFP_NORMAL]; 164 normal = element->data.addr; 174 element = &si->elements[WINED3D_FFP_DIFFUSE]; 175 diffuse = element->data.addr; 177 if (num_untracked_materials && element->format->id != WINED3DFMT_B8G8R8A8_UNORM) 178 FIXME("Implement diffuse color tracking from %s\n", debug_d3dformat(element->format->id)); 187 element [all...] |
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestVoidBTree.cpp | 56 printf("element %d differs; ", i); 71 for (nsVoidBTree::ConstIterator element = aTest.First(); element != last; ++element, ++index) { 72 if (*element != aControl[index]) { 89 nsVoidBTree::ConstIterator element = aTest.Last(); local 91 if (first != element) { 93 if (*--element != aControl[--index]) { 97 } while (element != first); 272 void* element local [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/ |
H A D | bigint.h | 188 : "0" ( 0 ), "1" ( &value->element[ size - 1 ] ), 189 "2" ( &reference->element[ size - 1 ] ), 208 unsigned int index = ( bit / ( 8 * sizeof ( value->element[0] ) ) ); 209 unsigned int subindex = ( bit % ( 8 * sizeof ( value->element[0] ) ) ); 211 return ( value->element[index] & ( 1 << subindex ) );
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/ |
H A D | vertexdeclaration.c | 273 struct wined3d_vertex_element *element; local 296 TRACE("Adding element %d:\n", element_count); 298 element = *wined3d_elements + element_count++; 299 element->format = wined3d_format_lookup[type]; 300 element->input_slot = stream; 301 element->offset = offset; 302 element->output_slot = reg; 303 element->method = WINED3D_DECL_METHOD_DEFAULT; 304 element->usage = wined3d_usage_lookup[reg].usage; 305 element [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/ |
H A D | vertexdeclaration.c | 330 WINED3DVERTEXELEMENT *element; local 352 TRACE("Adding element %d:\n", element_count); 354 element = *wined3d_elements + element_count++; 355 element->format = wined3d_format_lookup[type]; 356 element->input_slot = stream; 357 element->offset = offset; 358 element->output_slot = reg; 359 element->method = WINED3DDECLMETHOD_DEFAULT; 360 element->usage = wined3d_usage_lookup[reg].usage; 361 element [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | pratom.c | 398 PRStackElem *element; local 401 element = stack->prstk_head.prstk_elem_next; 402 if (element != NULL) { 403 stack->prstk_head.prstk_elem_next = element->prstk_elem_next; 404 element->prstk_elem_next = NULL; /* debugging aid */ 407 return element;
|
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | misc.c | 65 register struct quehead *element = (struct quehead *) a; local 68 element->qh_link = head->qh_link; 69 head->qh_link = (struct quehead *)element; 70 element->qh_rlink = (struct quehead *)head; 71 ((struct quehead *)(element->qh_link))->qh_rlink = (struct quehead *)element; 77 register struct quehead *element = (struct quehead *) a; local 79 ((struct quehead *)(element->qh_link))->qh_rlink = element->qh_rlink; 80 ((struct quehead *)(element [all...] |
H A D | queue.h | 70 * added to the list after an existing element or at the head of the list. 81 * to the list after an existing element, at the head of the list, or at the 90 * so that an arbitrary element can be removed without a need to 92 * or after an existing element or at the head of the list. A list 97 * linked so that an arbitrary element can be removed without a need to 99 * after an existing element, at the head of the list, or at the end of 129 /* Store the last 2 places the queue element or head was altered */ 166 struct type *slh_first; /* first element */ \ 174 struct type *sle_next; /* next element */ \ 238 struct type *stqh_first;/* first element */ \ 615 struct quehead *element = (struct quehead *)a, local 627 struct quehead *element = (struct quehead *)a; local [all...] |
/vbox/src/VBox/Additions/haiku/SharedFolders/ |
H A D | OpenHashTable.h | 275 ValueType* element = fTable[i]; local 276 if (element != NULL) 279 *nextPointer = element; 282 // element in the bucket 283 while (element != NULL) 285 nextPointer = &_Link(element); 286 element = *nextPointer;
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/ |
H A D | UIGDetailsSet.h | 92 UIGDetailsElement* element(DetailsElementType elementType) const;
|