HomeSort by relevance Sort by last modified time
    Searched defs:slot (Results 176 - 200 of 371) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/courgette/
assembly_program.cc 250 Label*& slot = (*labels)[rva]; local
251 if (slot == NULL) {
252 slot = new(std::nothrow) Label(rva);
254 slot->count_++;
255 return slot;
  /external/chromium_org/net/socket/
ssl_server_socket_nss.cc 431 PK11SlotInfo* slot = crypto::GetPrivateNSSKeySlot(); local
432 if (!slot) {
448 slot, &der_private_key_info, NULL, NULL, PR_FALSE, PR_FALSE,
450 PK11_FreeSlot(slot);
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp 53 void* slot = WTF::fastMalloc(sizeForImmutableStylePropertySetWithPropertyCount(count)); local
54 return adoptRef(new (slot) ImmutableStylePropertySet(properties, count, cssParserMode));
258 void MutableStylePropertySet::setProperty(const CSSProperty& property, CSSProperty* slot)
261 CSSProperty* toReplace = slot ? slot : findCSSPropertyWithID(property.id());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_vertprog.c 202 int slot, struct nvfx_reg dst)
212 if (slot == 0)
223 if (slot == 0)
276 if (slot == 0) {
295 unsigned slot = insn.op >> 7; local
322 if(slot == 0)
332 if (slot)
337 if (slot)
343 if (slot == 0) {
354 emit_dst(nv30, vpc, hw, slot, insn.dst)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_program.c 215 unsigned slot = stvp->num_outputs++; local
217 stvp->result_to_output[attr] = slot;
221 stvp->output_semantic_name[slot] = TGSI_SEMANTIC_POSITION;
222 stvp->output_semantic_index[slot] = 0;
225 stvp->output_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
226 stvp->output_semantic_index[slot] = 0;
229 stvp->output_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
230 stvp->output_semantic_index[slot] = 1;
233 stvp->output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR;
234 stvp->output_semantic_index[slot] = 0
539 const GLuint slot = fs_num_inputs++; local
855 const GLuint slot = gs_num_inputs; local
923 GLuint slot; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_split_copy.c 245 GLuint slot = elt & (ELT_TABLE_SIZE-1); local
252 if (copy->vert_cache[slot].in != elt) {
287 copy->vert_cache[slot].in = elt;
288 copy->vert_cache[slot].out = copy->dstbuf_nr++;
298 /* printf(" --> emit %d\n", copy->vert_cache[slot].out); */
299 copy->dstelt[copy->dstelt_nr++] = copy->vert_cache[slot].out;
  /external/chromium_org/v8/src/
store-buffer.cc 381 HeapObject** slot = reinterpret_cast<HeapObject**>(slot_address); local
385 heap_->InNewSpace(*slot);
423 Object** slot = reinterpret_cast<Object**>(slot_address); local
424 if (heap_->InNewSpace(*slot)) {
425 HeapObject* object = reinterpret_cast<HeapObject*>(*slot);
430 slot_callback(reinterpret_cast<HeapObject**>(slot), object);
431 if (heap_->InNewSpace(*slot)) {
584 Object** slot = reinterpret_cast<Object**>(*current); local
585 Object* object = *slot;
591 slot_callback(reinterpret_cast<HeapObject**>(slot), heap_object)
    [all...]
  /external/iputils/
tracepath6.c 114 int slot = 0; local
147 slot = -base_port;
150 slot += ntohs(((struct sockaddr_in6 *)&addr)->sin6_port);
153 slot += ntohs(((struct sockaddr_in *)&addr)->sin_port);
157 if (slot >= 0 && slot < 63 && his[slot].hops) {
158 sndhops = his[slot].hops;
159 rettv = &his[slot].sendtime;
160 his[slot].hops = 0
    [all...]
  /external/libppp/src/
physical.h 76 int (*slot)(struct physical *); member in struct:device
radius.c 831 int slot, type; local
865 slot = (int)getpid();
868 slot = p->dl->bundle->iface->index;
871 slot = p->dl->bundle->unit;
875 slot = physical_Slot(p);
879 if (slot >= 0)
880 if (rad_put_int(rad->cx.rad, RAD_NAS_PORT, slot) != 0) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c 202 int slot, struct nvfx_reg dst)
212 if (slot == 0)
223 if (slot == 0)
276 if (slot == 0) {
295 unsigned slot = insn.op >> 7; local
322 if(slot == 0)
332 if (slot)
337 if (slot)
343 if (slot == 0) {
354 emit_dst(nv30, vpc, hw, slot, insn.dst)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_program.c 215 unsigned slot = stvp->num_outputs++; local
217 stvp->result_to_output[attr] = slot;
221 stvp->output_semantic_name[slot] = TGSI_SEMANTIC_POSITION;
222 stvp->output_semantic_index[slot] = 0;
225 stvp->output_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
226 stvp->output_semantic_index[slot] = 0;
229 stvp->output_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
230 stvp->output_semantic_index[slot] = 1;
233 stvp->output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR;
234 stvp->output_semantic_index[slot] = 0
539 const GLuint slot = fs_num_inputs++; local
855 const GLuint slot = gs_num_inputs; local
923 GLuint slot; local
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_split_copy.c 245 GLuint slot = elt & (ELT_TABLE_SIZE-1); local
252 if (copy->vert_cache[slot].in != elt) {
287 copy->vert_cache[slot].in = elt;
288 copy->vert_cache[slot].out = copy->dstbuf_nr++;
298 /* printf(" --> emit %d\n", copy->vert_cache[slot].out); */
299 copy->dstelt[copy->dstelt_nr++] = copy->vert_cache[slot].out;
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
MockSpdyPeer.java 169 public int slot; field in class:MockSpdyPeer.InFrame
189 int slot, List<String> nameValueBlock) {
196 this.slot = slot;
  /external/v8/src/
store-buffer.cc 404 HeapObject** slot = reinterpret_cast<HeapObject**>(slot_address); local
408 heap_->InNewSpace(*slot);
441 Object** slot = reinterpret_cast<Object**>(slot_address); local
442 if (heap_->InNewSpace(*slot)) {
443 HeapObject* object = reinterpret_cast<HeapObject*>(*slot);
445 slot_callback(reinterpret_cast<HeapObject**>(slot), object);
446 if (heap_->InNewSpace(*slot)) {
591 Object** slot = reinterpret_cast<Object**>(*current); local
592 Object* object = *slot;
595 slot_callback(reinterpret_cast<HeapObject**>(slot), heap_object)
    [all...]
  /frameworks/base/libs/hwui/
Caches.cpp 478 GLuint slot = currentProgram->position; local
479 glVertexAttribPointer(slot, 2, GL_FLOAT, GL_FALSE, stride, vertices);
487 GLuint slot = currentProgram->texCoords; local
488 glVertexAttribPointer(slot, 2, GL_FLOAT, GL_FALSE, stride, vertices);
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 102 uint32_t slot; member in struct:bcc::rsinfo::ObjectSlotItem
133 { return "rs object slot"; }
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 170 uint32_t slot = 0; local
173 E = mRSContext->export_vars_end(); I != E; I++, slot++) {
213 slot = 0;
215 E = mRSContext->export_vars_end(); I != E; I++, slot++) {
353 uint32_t slot = 0; local
356 E = mRSContext->export_foreach_end(); I != E; I++, slot++) {
411 tmp << " forEach(" << slot << ", "; local
433 slot = 0;
454 ss << " invoke(" << slot; local
465 slot++
543 uint32_t slot = getNextExportVarSlot(); local
549 tmp << slot; local
    [all...]
  /libcore/libdvm/src/main/java/java/lang/reflect/
Method.java 81 private int slot; field in class:Method
115 private Method(Class<?> declaring, Class<?>[] paramTypes, Class<?>[] exceptTypes, Class<?> returnType, String name, int slot, int methodDexIndex) {
118 this.slot = slot;
137 Object[] annotation = getSignatureAnnotation(declaringClass, slot);
150 static native Object[] getSignatureAnnotation(Class declaringClass, int slot);
258 return getDeclaredAnnotations(declaringClass, slot);
260 static native Annotation[] getDeclaredAnnotations(Class<?> declaringClass, int slot);
266 return getAnnotation(declaringClass, slot, annotationType);
269 Class<?> declaringClass, int slot, Class<A> annotationType)
    [all...]
  /art/runtime/base/
mutex.cc 217 uint32_t slot = data->cur_content_log_entry; local
218 if (log[slot].blocked_tid == blocked_tid &&
219 log[slot].owner_tid == blocked_tid) {
220 ++log[slot].count;
224 slot = data->cur_content_log_entry;
225 new_slot = (slot + 1) % kContentionLogSize;
226 } while (!data->cur_content_log_entry.compare_and_swap(slot, new_slot));
  /art/runtime/jdwp/
jdwp_handler.cc 1401 uint32_t slot = request.ReadUnsigned32("slot"); local
1424 uint32_t slot = request.ReadUnsigned32("slot"); local
    [all...]
  /bionic/libc/bionic/
pthread_debug.cpp 321 // copy the last entry to the new free slot
500 size_t slot; member in struct:HashEntry
553 table->slots[entry->slot] = entry->next;
562 const size_t slot = get_index(hash); local
564 HashEntry* entry = table->slots[slot];
576 entry->slot = slot;
578 entry->next = table->slots[slot];
582 table->slots[slot] = entry;
  /dalvik/vm/interp/
Jit.cpp 582 * slot in the chain. Possibly continue the chain walk in case
583 * some other thread allocated the slot we were looking
589 * At this point, if .dPC is NULL, then the slot we're
590 * looking at is the target slot from the primary hash
592 * to have to find a free slot and chain it.
641 * Initialize codeAddress and allocate the slot. Must
1253 JitEntry *slot = lookupAndAdd(self->interpSave.pc, local
    [all...]
  /dalvik/vm/reflect/
Reflect.cpp 177 * Convert a field pointer to a slot number.
184 int slot; local
187 slot = (StaticField*)field - &clazz->sfields[0];
188 assert(slot >= 0 && slot < clazz->sfieldCount);
189 slot = -(slot+1);
191 slot = (InstField*)field - clazz->ifields;
192 assert(slot >= 0 && slot < clazz->ifieldCount)
229 int slot, field_idx; local
252 fieldObj, &unused, clazz, type, nameObj, slot, field_idx); local
350 int slot; local
397 int slot, method_idx; local
433 consObj, &unused, meth->clazz, params, exceptions, slot, method_idx); local
537 int slot, method_idx; local
587 nameObj, slot, method_idx); local
1195 int slot; local
1215 int slot; local
    [all...]
  /external/aac/libSBRdec/src/
psdec.cpp 323 /* slot based funcion prototypes */
1407 int slot; local
    [all...]

Completed in 885 milliseconds

1 2 3 4 5 6 78 91011>>