/external/toybox/toys/other/ |
nbd_client.c | 0 /* nbd-client.c - network block device client 8 // things like prototype "nbd-client_main" which isn't a valid symbol. So 11 USE_NBD_CLIENT(OLDTOY(nbd-client, nbd_client, TOYFLAG_USR|TOYFLAG_BIN)) 14 bool "nbd-client" 18 usage: nbd-client [-ns] HOST PORT DEVICE 21 -s nbd swap support (lock server into memory) 25 usage: nbd-client [-sSpn] [-b BLKSZ] [-t SECS] [-N name] HOST PORT DEVICE 38 #include <linux/nbd.h> 42 int sock = -1, nbd, flags; local 49 nbd = xopen(device, O_RDWR) [all...] |
/external/opencv/cv/src/ |
cvcontours.cpp | 162 int nbd; /* current mark val */ member in struct:_CvContourScanner 243 scanner->nbd = 2; 536 const schar nbd = 2; local 568 *i0 = (schar) (nbd | -128); 595 *i3 = (schar) (nbd | -128); 599 *i3 = nbd; 706 int nbd, 717 assert( 1 < nbd && nbd < 128 ); 745 *i0 = (schar) (nbd | 0x80) 845 int nbd; local [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
HolidayTest.java | 237 Date nbd = getDate(1990, Calendar.DECEMBER, 17); local 244 rdr.add(nbd, new SimpleDateRule(Calendar.DECEMBER, 17, Calendar.MONDAY, false)); 249 logln("first between " + dbd + " and " + nbd + " is " + rdr.firstBetween(dbd, nbd)); 250 logln("first between " + nbd + " and " + abd + " is " + rdr.firstBetween(nbd, abd));
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
HolidayTest.java | 233 Date nbd = getDate(1990, Calendar.DECEMBER, 17); local 240 rdr.add(nbd, new SimpleDateRule(Calendar.DECEMBER, 17, Calendar.MONDAY, false)); 245 logln("first between " + dbd + " and " + nbd + " is " + rdr.firstBetween(dbd, nbd)); 246 logln("first between " + nbd + " and " + abd + " is " + rdr.firstBetween(nbd, abd));
|
/external/opencv3/modules/imgproc/src/ |
contours.cpp | 148 int nbd; /* current mark val */ member in struct:_CvContourScanner 224 scanner->nbd = 2; 506 const schar nbd = 2; local 538 *i0 = (schar) (nbd | -128); 565 *i3 = (schar) (nbd | -128); 569 *i3 = nbd; 674 int nbd, 685 assert( 1 < nbd && nbd < 128 ); 713 *i0 = (schar) (nbd | 0x80) 1007 int nbd = scanner->nbd; local [all...] |
/external/opencv/cvaux/src/ |
cvsegment.cpp | 338 const char nbd = 4; local 404 *i0 = (char) (nbd | -128); 428 *i3 = (char) (nbd | -128); 432 *i3 = nbd;
|
/external/libvorbis/lib/ |
smallft.c | 278 int nbd; local 288 nbd=(ido-1)>>1; 307 if(nbd>l1){ 346 if(nbd<l1){ 512 if(nbd<l1)goto L141; 846 int nbd; local 855 nbd=(ido-1)>>1; 909 if(nbd<l1)goto L112; 1047 if(nbd<l1)goto L128; 1111 if(nbd>l1)goto L139 [all...] |
/external/speex/libspeex/ |
smallft.c | 280 int nbd; local 290 nbd=(ido-1)>>1; 309 if(nbd>l1){ 348 if(nbd<l1){ 514 if(nbd<l1)goto L141; 848 int nbd; local 857 nbd=(ido-1)>>1; 911 if(nbd<l1)goto L112; 1049 if(nbd<l1)goto L128; 1113 if(nbd>l1)goto L139 [all...] |
/development/perftests/panorama/feature_mos/src/mosaic/ |
Delaunay.cpp | 475 double adx, ady, bdx, bdy, cdx, cdy, dx, dy, nad, nbd, ncd; local 485 nbd = bdx*bdx+bdy*bdy; 488 + nbd * (cdx * ady - cdy * adx)
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Delaunay.cpp | 475 double adx, ady, bdx, bdy, cdx, cdy, dx, dy, nad, nbd, ncd; local 485 nbd = bdx*bdx+bdy*bdy; 488 + nbd * (cdx * ady - cdy * adx)
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigDecimalTest.java | 893 BigDecimal nbd = (BigDecimal) ois.readObject(); local [all...] |
/external/toybox/generated/ |
newtoys.h | 150 USE_NBD_CLIENT(OLDTOY(nbd-client, nbd_client, TOYFLAG_USR|TOYFLAG_BIN))
|