HomeSort by relevance Sort by last modified time
    Searched refs:nb (Results 101 - 125 of 425) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/invensense/6515/libsensors_iio/
MPLSupport.cpp 84 int nb; local
88 nb = write(fd, &c, 1);
90 if (nb <= 0) {
93 c, nb, strerror(err), err);
  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp 84 int nb; local
88 nb = write(fd, &c, 1);
90 if (nb <= 0) {
93 c, nb, strerror(err), err);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
cache.go 36 nb := sort.Search(len(c.blocks), func(i int) bool { return c.blocks[i].ID == 0 })
37 xb := c.blocks[:nb]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
cache.go 36 nb := sort.Search(len(c.blocks), func(i int) bool { return c.blocks[i].ID == 0 })
37 xb := c.blocks[:nb]
  /external/boringssl/src/crypto/poly1305/
poly1305.c 250 uint32_t b, nb; local
294 nb = ~b;
295 state->h0 = (state->h0 & nb) | (g0 & b);
296 state->h1 = (state->h1 & nb) | (g1 & b);
297 state->h2 = (state->h2 & nb) | (g2 & b);
298 state->h3 = (state->h3 & nb) | (g3 & b);
299 state->h4 = (state->h4 & nb) | (g4 & b);
  /external/libopus/celt/dump_modes/
dump_modes.c 317 int i, nb; local
325 nb = (argc-1)/2;
326 m = malloc(nb*sizeof(CELTMode*));
327 for (i=0;i<nb;i++)
342 dump_modes_arch_init(m, nb);
344 dump_modes(file, m, nb);
349 for (i=0;i<nb;i++)
  /external/python/cpython2/Demo/tix/
tixwidgets.py 185 def MkWelcome(nb, name):
186 w = nb.page(name)
267 def MkChoosers(nb, name):
268 w = nb.page(name)
473 def MkScroll(nb, name):
474 w = nb.page(name)
612 def MkManager(nb, name):
613 w = nb.page(name)
681 nb = Tix.NoteBook(w, ipadx=6, ipady=6, options=options)
682 nb.add('hard_disk', label="Hard Disk", underline=0
    [all...]
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationTest.java 78 Notification.Builder nb = new Notification.Builder(mContext, "channel"); local
79 nb.extend(new Notification.CarExtender().setColor(Color.RED));
80 nb.extend(new Notification.TvExtender().setChannelId("different channel"));
81 nb.extend(new Notification.WearableExtender().setDismissalId("dismiss"));
82 Notification before = nb.build();
104 Notification.Builder nb = new Notification.Builder(mContext, "channel"); local
105 nb.extend(new Notification.CarExtender().setColor(Color.RED));
106 nb.extend(new Notification.TvExtender().setChannelId("different channel"));
107 nb.extend(new Notification.WearableExtender().setDismissalId("dismiss"));
108 Notification before = nb.build()
155 Notification.Builder nb = new Notification.Builder(mContext, "channel"); local
    [all...]
  /external/webp/src/enc/
frame_enc.c 105 static int CalcSkipProba(uint64_t nb, uint64_t total) {
106 return (int)(total ? (total - nb) * 255 / total : 255);
128 static int CalcTokenProba(int nb, int total) {
129 assert(nb <= total);
130 return nb ? (255 - nb * 255 / total) : 255;
133 // Cost of coding 'nb' 1's and 'total-nb' 0's using 'proba' probability.
134 static int BranchCost(int nb, int total, int proba) {
135 return nb * VP8BitCost(1, proba) + (total - nb) * VP8BitCost(0, proba)
152 const int nb = (stats >> 0) & 0xffff; local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 169 SsaBasicBlock nb = nodes.get(b); local
171 BitSet pred = nb.getPredecessors();
  /external/elfutils/src/
strings.c 549 size_t nb = (size_t) n + ntrailer; local
550 if (nb >= min_len_bytes)
553 nb &= ~(bytes_per_char - 1);
555 process_chunk (fname, buf, from + nb, nb, &unprinted);
561 memmove (buf, buf + nb - to_keep, to_keep);
563 from += nb;
566 ntrailer = nb;
  /external/syslinux/core/lwip/src/netif/ppp/
vj.c 132 * packet. This assumes that nb and comp are not null and that the first
427 vj_uncompress_uncomp(struct pbuf *nb, struct vjcompress *comp)
433 ip = (struct ip_hdr *)nb->payload;
436 || hlen + sizeof(struct tcp_hdr) > nb->len
438 > nb->len
441 IPH_PROTO(ip), hlen, nb->len));
464 vj_uncompress_tcp(struct pbuf **nb, struct vjcompress *comp)
470 struct pbuf *n0 = *nb;
640 *nb = n0;
  /external/hyphenation-patterns/
Android.mk 49 nb/nb \
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 366 const int16_t *scan, *nb; local
383 nb = so->neighbors;
397 pt = get_coef_context(nb, token_cache, c);
407 pt = get_coef_context(nb, token_cache, c);
  /external/ltp/testcases/network/nfsv4/acl/
random_gen.py 96 def getNUserList(self,nb):
110 if n==nb:
128 def getNGroupList(self,nb):
140 if n==nb:
  /system/bt/embdrv/g722/
g722_enc_dec.h 80 int nb; member in struct:__anon1821
  /external/golang-protobuf/proto/
any_test.go 74 nb, err := proto.Marshal(nested)
81 Anything: &anypb.Any{TypeUrl: "type.googleapis.com/" + proto.MessageName(nested), Value: nb},
86 Anything: &anypb.Any{TypeUrl: "http://[::1]/type.googleapis.com/" + proto.MessageName(nested), Value: nb},
91 Anything: &anypb.Any{TypeUrl: `type.googleapis.com/"/` + proto.MessageName(nested), Value: nb},
96 Anything: &anypb.Any{TypeUrl: "type.googleapis.com/a/path/" + proto.MessageName(nested), Value: nb},
98 m5 := &anypb.Any{TypeUrl: "type.googleapis.com/" + proto.MessageName(nested), Value: nb}
  /prebuilts/misc/common/swig/include/2.0.11/
swigrun.swg 235 Return 0 if equal, -1 if nb < tb, 1 if nb > tb
238 SWIG_TypeCmp(const char *nb, const char *tb) {
241 const char* ne = nb;
243 for (nb = ne; *ne; ++ne) {
246 equiv = SWIG_TypeNameComp(nb, ne, tb, te);
257 SWIG_TypeEquiv(const char *nb, const char *tb) {
258 return SWIG_TypeCmp(nb, tb) == 0 ? 1 : 0;
  /prebuilts/go/darwin-x86/src/runtime/
mbitmap.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
mbitmap.go     [all...]
  /external/pdfium/third_party/libtiff/
tif_ojpeg.c 1427 uint8* nb; local
1490 uint8* nb; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
PluginInstanceManager.java 329 final Notification.Builder nb = new Notification.Builder(mContext, local
344 nb.setContentTitle("Plugin \"" + label + "\" is too old")
349 nb.setContentTitle("Plugin \"" + label + "\" is too new")
356 nb.addAction(new Action.Builder(null, "Disable plugin", pi).build());
358 .notifyAsUser(cls, SystemMessage.NOTE_PLUGIN, nb.build(),
  /external/harfbuzz_ng/src/
hb-set-private.hh 354 unsigned int nb = other->pages.len; local
357 for (; a < na && b < nb; )
369 for (; b < nb; b++)
381 unsigned int nb = other->pages.len; local
385 for (; a < na && b < nb; )
409 count += nb - b;
416 b = nb;
  /external/opencv/cxcore/src/
cxsvd.cpp 1026 const double* b, int ldb, int nb,
1033 nb = m;
1036 memset( x + i*ldx, 0, nb*sizeof(x[0]));
1051 if( nb == 1 )
1099 memset( buffer, 0, nb*sizeof(buffer[0]));
1100 icvMatrAXPY_64f( m, nb, b, ldb, uT, buffer, 0 );
1101 for( j = 0; j < nb; j++ )
1106 for( j = 0; j < nb; j++ )
1109 icvMatrAXPY_64f( n, nb, buffer, 0, vT, x, ldx );
1120 const float* b, int ldb, int nb,
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
iogen.c 1077 int nb; local
1237 * nb is nbytes adjusted down by an even d_miniosz block
1243 nb = nbytes - finfo.d_miniosz;
1244 nb = nb - nb % finfo.d_miniosz;
1248 fd, nb, nbytes, finfo.d_miniosz); */
1250 if (lseek(fd, nb, SEEK_SET) == -1) {
1254 nb, nbytes, (long long)finfo.d_miniosz);
1376 int o, len, nb, format_error; local
    [all...]

Completed in 3132 milliseconds

1 2 3 45 6 7 8 91011>>