Searched refs:slots (Results 51 - 75 of 88) sorted by relevance

1234

/external/aac/libSBRenc/src/
H A Dtran_det.cpp188 int slots)
202 for (; ts<tran_offdiv2+(slots>>nrgSzShift); ts++) {
620 /* Check for transients in first <frameShift> qmf-slots of second frame */
182 addLowbandEnergies(FIXP_DBL **Energies, int *scaleEnergies, int YBufferWriteOffset, int nrgSzShift, int tran_off, UCHAR *freqBandTable, int slots) argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java2157 int slots = reply.getNextValueAsInt();
2158 if (slots == 0) {
2162 ArrayList<Variable> vars = new ArrayList<Variable>(slots);
2163 for (int i = 0; i < slots; i++) {
2189 int slots = frame.getVars().size();
2190 command.setNextValueAsInt(slots);
2200 Value[] values = new Value[slots];
2201 for (int i = 0; i < slots; i++) {
/external/f2fs-tools/fsck/
H A Dfsck.c708 int slots = (name_len + F2FS_SLOT_LEN - 1) / local
710 for (j = 0; j < slots; j++)
716 i += slots;
749 "dentries:%d in %d slots (len:%d)\n\n",
783 "dentries:%d in %d slots (len:%d)\n\n",
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c1830 int slots; local
1857 numamem = (void*)core; slots = 0;
1859 next_base = 1024 * 1024; numamem++;slots++;
1871 numamem++; slots++;
1878 numamem++; slots++;
1880 for (; slots < nb_numa_nodes + 2; slots++) {
/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
H A Dgesture_interpreter_libevdev_cros.cc136 MtSlotPtr slot = &evstate->slots[i];
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dmux_client_for_testing.py201 block.slots = _read_number(data, size_of_slots, pos)
437 self._channel_slots.extend([block.send_quota] * block.slots)
541 raise Exception('No channel slots: %r' % e)
H A Dtest_mux.py741 mux_handler.add_channel_slots(slots=1,
/external/chromium_org/v8/src/
H A Dcode-stubs.h598 FastNewContextStub(Isolate* isolate, int slots) : HydrogenCodeStub(isolate) {
599 DCHECK(slots > 0 && slots <= kMaximumSlots);
600 set_sub_minor_key(SlotsBits::encode(slots));
603 int slots() const { return SlotsBits::decode(sub_minor_key()); }
H A Dgdb-jit.cc1122 int slots = scope->num_stack_slots(); local
1146 for (int slot = 0; slot < slots; ++slot) {
1324 int slots = scope->num_stack_slots(); local
1329 // Total children is params + slots + context_slots + internal_slots +
1362 for (int slot = 0; slot < slots; ++slot) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp569 const ir_state_slot *const slots = ir->state_slots; local
577 (gl_state_index *)slots[i].tokens);
585 int swiz = GET_SWZ(slots[i].swizzle, j);
965 * also written to. In addition, some slots can be
H A Dbrw_vec4_visitor.cpp561 const ir_state_slot *const slots = ir->state_slots; local
571 (gl_state_index *)slots[i].tokens);
580 int swiz = GET_SWZ(slots[i].swizzle, j);
1706 * those channels appear in the slots of the vec4 they're written to.
2197 /* Clip distance slots are set aside in gen5, but they are not used. It
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc208 // Reserve space for the stack slots needed by the code.
209 int slots = GetStackSlotCount(); local
210 DCHECK(slots != 0 || !info()->IsOptimizing());
211 if (slots > 0) {
212 if (slots == 1) {
220 __ sub(Operand(esp), Immediate(slots * kPointerSize));
222 MakeSureStackPagesMapped(slots * kPointerSize);
225 __ mov(Operand(eax), Immediate(slots));
234 __ sub(Operand(esp), Immediate(slots * kPointerSize));
236 MakeSureStackPagesMapped(slots * kPointerSiz
361 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp569 const ir_state_slot *const slots = ir->state_slots; local
577 (gl_state_index *)slots[i].tokens);
585 int swiz = GET_SWZ(slots[i].swizzle, j);
965 * also written to. In addition, some slots can be
H A Dbrw_vec4_visitor.cpp561 const ir_state_slot *const slots = ir->state_slots; local
571 (gl_state_index *)slots[i].tokens);
580 int swiz = GET_SWZ(slots[i].swizzle, j);
1706 * those channels appear in the slots of the vec4 they're written to.
2197 /* Clip distance slots are set aside in gen5, but they are not used. It
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp686 const ir_state_slot *const slots = ir->state_slots; local
696 if (slots[i].swizzle != SWIZZLE_XYZW) {
710 /* The variable_storage constructor allocates slots based on the size
727 (gl_state_index *)slots[i].tokens);
737 src.swizzle = slots[i].swizzle;
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp686 const ir_state_slot *const slots = ir->state_slots; local
696 if (slots[i].swizzle != SWIZZLE_XYZW) {
710 /* The variable_storage constructor allocates slots based on the size
727 (gl_state_index *)slots[i].tokens);
737 src.swizzle = slots[i].swizzle;
/external/oprofile/events/x86-64/family10/
H A Dunit_masks101 0x01 DCT0 Command slots missed
102 0x02 DCT2 Command slots missed
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc163 // Reserve space for the stack slots needed by the code.
164 int slots = GetStackSlotCount(); local
165 if (slots > 0) {
167 __ subp(rsp, Immediate(slots * kPointerSize));
169 MakeSureStackPagesMapped(slots * kPointerSize);
172 __ Set(rax, slots);
182 __ subp(rsp, Immediate(slots * kPointerSize));
184 MakeSureStackPagesMapped(slots * kPointerSize);
257 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); local
258 DCHECK(slots >
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py1991 r'^(.*)\b(public|private|protected|signals)(\s+(?:slots\s*)?)?'
2006 slots = ''
2008 slots = access_match.group(3)
2011 access_match.group(2), slots, parent))
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.cc177 // Reserve space for the stack slots needed by the code.
178 int slots = GetStackSlotCount(); local
179 DCHECK(slots != 0 || !info()->IsOptimizing());
180 if (slots > 0) {
181 if (slots == 1) {
189 __ sub(Operand(esp), Immediate(slots * kPointerSize));
191 MakeSureStackPagesMapped(slots * kPointerSize);
194 __ mov(Operand(eax), Immediate(slots));
203 __ sub(Operand(esp), Immediate(slots * kPointerSize));
205 MakeSureStackPagesMapped(slots * kPointerSiz
327 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); local
[all...]
/external/libvpx/libvpx/tools/
H A Dcpplint.py1991 r'^(.*)\b(public|private|protected|signals)(\s+(?:slots\s*)?)?'
2006 slots = ''
2008 slots = access_match.group(3)
2011 access_match.group(2), slots, parent))
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc152 // Reserve space for the stack slots needed by the code.
153 int slots = GetStackSlotCount(); local
154 if (slots > 0) {
156 __ sub(sp, sp, Operand(slots * kPointerSize));
159 __ add(r0, sp, Operand(slots * kPointerSize));
170 __ sub(sp, sp, Operand(slots * kPointerSize));
249 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); local
250 DCHECK(slots >= 0);
251 __ sub(sp, sp, Operand(slots * kPointerSize));
567 // Stack slots no
[all...]
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc175 // Reserve space for the stack slots needed by the code.
176 int slots = GetStackSlotCount(); local
177 if (slots > 0) {
179 __ Subu(sp, sp, Operand(slots * kPointerSize));
181 __ Addu(a0, sp, Operand(slots * kPointerSize));
190 __ Subu(sp, sp, Operand(slots * kPointerSize));
264 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); local
265 DCHECK(slots >= 0);
266 __ Subu(sp, sp, Operand(slots * kPointerSize));
562 // Stack slots no
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp4454 SkTDArray<char> slots;
4455 slots.setCount(slotCount * 2);
4456 memset(slots.begin(), ' ', slotCount * 2);
4462 slots[fTs[i].fOther->fID - 1] = as_digit(fTs[i].fWindValue);
4464 slots[slotCount + fTs[i].fOther->fID - 1] = as_digit(fTs[i].fOppValue);
4466 SkDebugf("%s id=%2d %.*s | %.*s\n", __FUNCTION__, fID, slotCount, slots.begin(), slotCount,
4467 slots.begin() + slotCount);
/external/skia/experimental/Intersection/
H A DSimplify.cpp4454 SkTDArray<char> slots;
4455 slots.setCount(slotCount * 2);
4456 memset(slots.begin(), ' ', slotCount * 2);
4462 slots[fTs[i].fOther->fID - 1] = as_digit(fTs[i].fWindValue);
4464 slots[slotCount + fTs[i].fOther->fID - 1] = as_digit(fTs[i].fOppValue);
4466 SkDebugf("%s id=%2d %.*s | %.*s\n", __FUNCTION__, fID, slotCount, slots.begin(), slotCount,
4467 slots.begin() + slotCount);

Completed in 819 milliseconds

1234