HomeSort by relevance Sort by last modified time
    Searched defs:nr (Results 276 - 296 of 296) sorted by null

<<1112

  /external/linux-tools-perf/util/
symbol.c 900 int nr = 0, symidx, fd, err = 0; local
981 ++nr;
1003 ++nr;
1015 return nr;
1083 int nr = 0; local
1279 nr++;
1286 if (nr > 0) {
1296 err = nr;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 136 unsigned nr; member in struct:ureg_program::__anon24815
235 unsigned nr )
240 return &ureg->domain[domain].tokens[nr];
606 unsigned nr )
611 if (ureg->sampler[i].Index == nr)
615 ureg->sampler[i] = ureg_src_register( TGSI_FILE_SAMPLER, nr );
662 unsigned nr,
672 for (i = 0; i < nr; i++) {
703 unsigned nr,
718 nr,
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 582 GLuint nr; local
610 nr = p->program->Base.NumInstructions++;
612 inst = &p->program->Base.Instructions[nr];
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 742 int nr; local
758 nr = k;
783 for( k = 0; k < nr; k++ )
859 for(int ii = 0; ii < nr; hidfeature->rect[ii].weight = (int)(tmpweight[ii] * 65536.0), ii++);
    [all...]
cvhaar.cpp 543 int nr; local
559 nr = k;
582 for( k = 0; k < nr; k++ )
    [all...]
  /external/ppp/pppd/
sys-linux.c 1086 int len, nr; local
1094 nr = -1;
1097 nr = read(ppp_fd, buf, len);
1098 if (nr < 0 && errno != EWOULDBLOCK && errno != EAGAIN
1101 if (nr < 0 && errno == ENXIO)
1104 if (nr < 0 && new_style_driver && ppp_dev_fd >= 0 && !bundle_eof) {
1106 nr = read(ppp_dev_fd, buf, len);
1107 if (nr < 0 && errno != EWOULDBLOCK && errno != EAGAIN
1110 if (nr < 0 && errno == ENXIO)
1111 nr = 0
    [all...]
  /external/svox/pico/lib/
picokdt.c 155 - aVFIELD1: nr of bits for questions
156 - bVFIELD1: nr of bits for decisions
160 - aQFIELD1: nr of bits for fork count \n
161 - bQFIELD1: nr of bits for start position for subsets \n
162 - cQFIELD1: nr of bits for group size \n
163 - dQFIELD1: nr of bits for offset to reach output \n
164 - eQFIELD1: nr of bits for threshold (if continuous node) \n
265 picoos_uint8 inveclen; /* nr of ele set in invec; must be =nrattributes */
271 picoos_uint8 inveclen; /* nr of ele set in invec; must be =nrattributes */
277 picoos_uint8 inveclen; /* nr of ele set in invec; must be =nrattributes *
1404 picoos_uint16 nr; local
    [all...]
  /external/blktrace/
blktrace.c 735 unsigned long nr = max(16, mip->buf_nr); local
744 mip->fs_buf_len = (nr * mip->buf_size) - mip->fs_off;
    [all...]
  /external/linux-tools-perf/
builtin-sched.c 55 unsigned long nr; member in struct:task_desc
84 unsigned long nr; member in struct:sched_atom
241 event->nr = idx;
336 task->nr = nr_tasks;
348 tasks[task->nr] = task;
365 task->nr, task->comm, task->pid, task->nr_events);
    [all...]
  /external/opencv/ml/src/
mltree.cpp 2438 int vi, i, n = node->sample_count, nl, nr, d0 = 0, d1 = -1; local
2518 int vi, i, n = node->sample_count, nl, nr; local
    [all...]
  /external/kernel-headers/original/linux/
perf_event.h 143 * { u64 nr;
148 * } cntr[nr];
419 * { u64 nr,
420 * u64 ips[nr]; } && PERF_SAMPLE_CALLCHAIN
493 __u64 nr; member in struct:perf_callchain_entry
509 __u64 nr; member in struct:perf_branch_stack
594 int nr_pages; /* nr of data pages */
603 local_t lost; /* nr records lost */
952 perf_sw_event(u32 event_id, u64 nr, int nmi, struct pt_regs *regs, u64 addr)
961 __perf_sw_event(event_id, nr, nmi, regs, addr)
    [all...]
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 153 * { u64 nr;
158 * } cntr[nr];
446 * { u64 nr,
447 * u64 ips[nr]; } && PERF_SAMPLE_CALLCHAIN
525 __u64 nr; member in struct:perf_callchain_entry
541 __u64 nr; member in struct:perf_branch_stack
701 int nr_pages; /* nr of data pages */
710 local_t lost; /* nr records lost */
1070 perf_sw_event(u32 event_id, u64 nr, int nmi, struct pt_regs *regs, u64 addr)
1079 __perf_sw_event(event_id, nr, nmi, regs, addr)
    [all...]
  /external/qemu/android/config/linux-x86/linux/
kvm.h 160 __u64 nr; member in struct:kvm_run::__anon26411::__anon26418
475 __u32 nr; member in struct:kvm_irq_routing
  /external/qemu/android/config/linux-x86_64/linux/
kvm.h 160 __u64 nr; member in struct:kvm_run::__anon26433::__anon26440
475 __u32 nr; member in struct:kvm_irq_routing
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 803 struct wpa_scan_res *nr; local
812 nr = os_realloc(r, sizeof(*r) + r->ie_len + 2 + ssid->SsidLength);
813 if (nr == NULL)
816 pos = ((u8 *) (nr + 1)) + nr->ie_len;
820 nr->ie_len += 2 + ssid->SsidLength;
822 return nr;
    [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 1435 unsigned nr; \/* number of io_events *\/ member in struct:vki_aio_ring
    [all...]
  /external/chromium_org/third_party/libxml/src/
testapi.c 103 static int nr = 0; local
118 snprintf((char *) name, 20, "foo%d", nr++);
220 static void *gen_void_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
223 static void des_void_ptr(int no ATTRIBUTE_UNUSED, void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
229 static const void *gen_const_void_ptr(int no, int nr ATTRIBUTE_UNUSED) {
233 static void des_const_void_ptr(int no ATTRIBUTE_UNUSED, const void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
239 static void *gen_userdata(int no, int nr ATTRIBUTE_UNUSED) {
244 static void des_userdata(int no ATTRIBUTE_UNUSED, void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
250 static int gen_int(int no, int nr ATTRIBUTE_UNUSED) {
258 static void des_int(int no ATTRIBUTE_UNUSED, int val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED)
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1580 milliseconds

<<1112