Searched defs:nr (Results 251 - 275 of 277) sorted by relevance

<<1112

/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.c1574 struct wpabuf *nr; local
1633 nr = wpabuf_alloc(ETH_ALEN + 4 + 1 + 1 + 1 + 5);
1634 if (!nr)
1637 wpabuf_put_data(nr, hapd->own_addr, ETH_ALEN);
1638 wpabuf_put_le32(nr, bssid_info);
1639 wpabuf_put_u8(nr, op_class);
1640 wpabuf_put_u8(nr, channel);
1641 wpabuf_put_u8(nr, ieee80211_get_phy_type(hapd->iface->freq, ht, vht));
1648 wpabuf_put_u8(nr, WNM_NEIGHBOR_WIDE_BW_CHAN);
1649 wpabuf_put_u8(nr,
[all...]
H A Dhostapd.h107 struct wpabuf *nr; member in struct:hostapd_neighbor_entry
/external/blktrace/
H A Dblktrace.c735 unsigned long nr = max(16, mip->buf_nr); local
744 mip->fs_buf_len = (nr * mip->buf_size) - mip->fs_off;
2100 "Invalid buffer nr (%lu)\n", buf_nr);
/external/fio/
H A Dstat.c137 unsigned int calc_clat_percentiles(unsigned int *io_u_plat, unsigned long nr, argument
171 while (sum >= (plist[j].u.f / 100.0 * nr)) {
200 static void show_clat_percentiles(unsigned int *io_u_plat, unsigned long nr, argument
209 len = calc_clat_percentiles(io_u_plat, nr, plist, &ovals, &maxv, &minv);
339 unsigned int *src, int nr)
347 for (i = 0; i < nr; i++) {
475 static int show_lat(double *io_u_lat, int nr, const char **ranges, argument
480 for (i = 0; i < nr; i++) {
338 stat_calc_lat(struct thread_stat *ts, double *dst, unsigned int *src, int nr) argument
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dmpx-mini-test.c1091 static void run_helpers(int nr, uint8_t *buf, uint8_t *buf_shadow, uint8_t *ptr) argument
1096 switch (nr) {
/external/minijail/
H A Dlibminijail.c1601 static void forward_signal(__attribute__((unused)) int nr, argument
1606 kill(forward_pid, nr);
1619 for (int nr = 1; nr < NSIG; nr++) {
1624 sigaction(nr, &act, NULL);
1630 for (int nr = SIGRTMIN; nr <= SIGRTMAX; nr++) {
1631 sigaction(nr,
[all...]
/external/opencv/cv/src/
H A Dcvhaar.cpp543 int nr; local
559 nr = k;
582 for( k = 0; k < nr; k++ )
/external/opencv/ml/src/
H A Dmltree.cpp2438 int vi, i, n = node->sample_count, nl, nr, d0 = 0, d1 = -1; local
2494 for( i = nr = 0; i < n; i++ )
2495 nr += dir[i] > 0;
2496 nl = n - nr - nz;
2497 d0 = nl > nr ? -1 : nr > nl;
2518 int vi, i, n = node->sample_count, nl, nr; local
2533 for( i = nl = nr = 0; i < n; i++ )
2537 new_idx[i] = (nl & (d-1)) | (nr & -d); // d ? ri : li
2538 nr
[all...]
/external/ppp/pppd/
H A Dsys-linux.c1120 int len, nr; local
1128 nr = -1;
1131 nr = read(ppp_fd, buf, len);
1132 if (nr < 0 && errno != EWOULDBLOCK && errno != EAGAIN
1135 if (nr < 0 && errno == ENXIO)
1138 if (nr < 0 && new_style_driver && ppp_dev_fd >= 0 && !bundle_eof) {
1140 nr = read(ppp_dev_fd, buf, len);
1141 if (nr < 0 && errno != EWOULDBLOCK && errno != EAGAIN
1144 if (nr < 0 && errno == ENXIO)
1145 nr
[all...]
/external/v8/src/arm/
H A Dconstants-arm.h484 inline int Bit(int nr) const {
485 return (InstructionBits() >> nr) & 1;
503 static inline int Bit(Instr instr, int nr) { argument
504 return (instr >> nr) & 1;
/external/v8/src/s390/
H A Dconstants-s390.h1546 V(nr, NR, 0x14) /* type = RR AND (32) */ \
1914 inline int Bit(int nr) const { return (InstructionBits() >> nr) & 1; }
1944 static inline int Bit(Instr instr, int nr) { return (instr >> nr) & 1; } argument
/external/libmtp/src/
H A Dptp.c2037 * int nr
2045 ptp_canon_getpairinginfo (PTPParams* params, uint32_t nr, unsigned char **data, unsigned int *size) argument
2049 PTP_CNT_INIT(ptp, PTP_OC_CANON_GetPairingInfo, nr);
2820 * uint32_t themenr - nr of theme
2952 dpddata = data+8; /* nr of entries 32bit, 0 32bit */
/external/syslinux/gpxe/src/drivers/net/
H A Dforcedeth.c700 //int nr = refill_rx % RX_RING;
1128 int nr = np->next_tx % TX_RING; local
1131 ptxb = txb + (nr * RX_NIC_BUFSIZE);
1132 //np->tx_skbuff[nr] = ptxb;
1145 tx_ring[nr].PacketBuffer = (u32) virt_to_le32desc(ptxb);
1148 tx_ring[nr].FlagLen = cpu_to_le32((s - 1) | np->tx_flags);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c791 struct wpa_scan_res *nr; local
800 nr = os_realloc(r, sizeof(*r) + r->ie_len + 2 + ssid->SsidLength);
801 if (nr == NULL)
804 pos = ((u8 *) (nr + 1)) + nr->ie_len;
808 nr->ie_len += 2 + ssid->SsidLength;
810 return nr;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c791 struct wpa_scan_res *nr; local
800 nr = os_realloc(r, sizeof(*r) + r->ie_len + 2 + ssid->SsidLength);
801 if (nr == NULL)
804 pos = ((u8 *) (nr + 1)) + nr->ie_len;
808 nr->ie_len += 2 + ssid->SsidLength;
810 return nr;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c791 struct wpa_scan_res *nr; local
800 nr = os_realloc(r, sizeof(*r) + r->ie_len + 2 + ssid->SsidLength);
801 if (nr == NULL)
804 pos = ((u8 *) (nr + 1)) + nr->ie_len;
808 nr->ie_len += 2 + ssid->SsidLength;
810 return nr;
/external/libxml2/
H A Dparser.c1633 * @nr: the number to pop
1635 * Pops the top @nr parser prefix/namespace from the ns stack
1640 nsPop(xmlParserCtxtPtr ctxt, int nr) argument
1645 if (ctxt->nsNr < nr) {
1646 xmlGenericError(xmlGenericErrorContext, "Pbm popping %d NS\n", nr);
1647 nr = ctxt->nsNr;
1652 for (i = 0;i < nr;i++) {
1656 return(nr);
1661 xmlCtxtGrowAttrs(xmlParserCtxtPtr ctxt, int nr) { argument
1676 } else if (nr
[all...]
H A Dtestapi.c97 static int nr = 0; local
112 snprintf((char *) name, 20, "foo%d", nr++);
216 static void *gen_void_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
219 static void des_void_ptr(int no ATTRIBUTE_UNUSED, void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
225 static const void *gen_const_void_ptr(int no, int nr ATTRIBUTE_UNUSED) {
229 static void des_const_void_ptr(int no ATTRIBUTE_UNUSED, const void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
235 static void *gen_userdata(int no, int nr ATTRIBUTE_UNUSED) {
240 static void des_userdata(int no ATTRIBUTE_UNUSED, void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
246 static int gen_int(int no, int nr ATTRIBUTE_UNUSED) {
254 static void des_int(int no ATTRIBUTE_UNUSED, int val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSE
337 gen_unsigned_long_ptr(int no, int nr) argument
347 gen_int_ptr(int no, int nr) argument
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c315 unsigned nr)
317 if (!reserve(emit, nr))
320 memcpy(emit->ptr, dwords, nr * sizeof *dwords);
321 emit->ptr += nr * sizeof *dwords;
313 emit_dwords(struct svga_shader_emitter_v10 *emit, const uint32 *dwords, unsigned nr) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c8882 const u8 *nr; local
8905 nr = pos;
8944 MAC2STR(nr), WPA_GET_LE32(nr + ETH_ALEN),
8945 nr[ETH_ALEN + 4], nr[ETH_ALEN + 5],
8946 nr[ETH_ALEN + 6],
/external/kernel-headers/original/uapi/linux/
H A Dkvm.h275 __u64 nr; member in struct:kvm_run::__anon8887::__anon8894
324 __u64 nr; member in struct:kvm_run::__anon8887::__anon8901
926 __u32 nr; member in struct:kvm_irq_routing
/external/valgrind/include/vki/
H A Dvki-linux.h1504 unsigned nr; /* number of io_events */ member in struct:vki_aio_ring
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 7005 milliseconds

<<1112