/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
sort_sq.c | 29 const int16_t *cb, /* (i) the quantization codebook */ 34 if (x <= cb[0]) { 36 *xq = cb[0]; 39 while ((x > cb[i]) && (i < (cb_size-1))) { 43 if (x > (((int32_t)cb[i] + cb[i - 1] + 1) >> 1)) { 45 *xq = cb[i]; 48 *xq = cb[i - 1];
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/ |
rotate.d | 10 [ ]+[0-9a-f]+:[ ]+cb 07[ ]+rlc a 11 [ ]+[0-9a-f]+:[ ]+cb 00[ ]+rlc b 12 [ ]+[0-9a-f]+:[ ]+cb 01[ ]+rlc c 13 [ ]+[0-9a-f]+:[ ]+cb 02[ ]+rlc d 14 [ ]+[0-9a-f]+:[ ]+cb 03[ ]+rlc e 15 [ ]+[0-9a-f]+:[ ]+cb 04[ ]+rlc h 16 [ ]+[0-9a-f]+:[ ]+cb 05[ ]+rlc l 17 [ ]+[0-9a-f]+:[ ]+cb 06[ ]+rlc \(hl\) 18 [ ]+[0-9a-f]+:[ ]+dd cb 05 06[ ]+rlc \(ix\+5\) 19 [ ]+[0-9a-f]+:[ ]+fd cb 05 06[ ]+rlc \(iy\+5\ [all...] |
bit.d | 10 [ ]+[0-9a-f]+:[ ]+cb 47[ ]+bit 0,a 11 [ ]+[0-9a-f]+:[ ]+cb 40[ ]+bit 0,b 12 [ ]+[0-9a-f]+:[ ]+cb 41[ ]+bit 0,c 13 [ ]+[0-9a-f]+:[ ]+cb 42[ ]+bit 0,d 14 [ ]+[0-9a-f]+:[ ]+cb 43[ ]+bit 0,e 15 [ ]+[0-9a-f]+:[ ]+cb 44[ ]+bit 0,h 16 [ ]+[0-9a-f]+:[ ]+cb 45[ ]+bit 0,l 17 [ ]+[0-9a-f]+:[ ]+cb 46[ ]+bit 0,\(hl\) 18 [ ]+[0-9a-f]+:[ ]+dd cb 05 46[ ]+bit 0,\(ix\+5\) 19 [ ]+[0-9a-f]+:[ ]+fd cb 05 46[ ]+bit 0,\(iy\+5\ [all...] |
/external/strace/ |
aio.c | 81 print_common_flags(const struct iocb *cb) 85 if (cb->aio_flags & IOCB_FLAG_RESFD) 86 tprintf(", resfd=%d", cb->aio_resfd); 87 if (cb->aio_flags & ~IOCB_FLAG_RESFD) 88 tprintf(", flags=%x", cb->aio_flags); 93 iocb_is_valid(const struct iocb *cb) 95 return cb->aio_buf == (unsigned long) cb->aio_buf && 96 cb->aio_nbytes == (size_t) cb->aio_nbytes & 168 struct iocb cb; local 209 struct iocb cb; local [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_constants.c | 49 struct pipe_constant_buffer *cb) 52 struct pipe_resource *buf = cb ? cb->buffer : NULL; 54 if (cb && cb->user_buffer) { 56 (void *) cb->user_buffer, 57 cb->buffer_size, 64 pipe_resource_reference( &svga->curr.cb[shader], 72 if (cb && cb->user_buffer) [all...] |
/external/opencv3/modules/features2d/src/ |
agast.cpp | 102 register const int cb = *ptr + threshold; local 104 if(ptr[offset0] > cb) 105 if(ptr[offset2] > cb) 106 if(ptr[offset3] > cb) 107 if(ptr[offset5] > cb) 108 if(ptr[offset1] > cb) 109 if(ptr[offset4] > cb) 112 if(ptr[offset7] > cb) 117 if(ptr[offset4] > cb) 118 if(ptr[offset6] > cb) 438 register const int cb = *ptr + threshold; local 866 register const int cb = *ptr + threshold; local 2048 register const int cb = *ptr + threshold; local 3310 register const int cb = *ptr + threshold; local 4348 register const int cb = *ptr + threshold; local 5393 register const int cb = *ptr + threshold; local [all...] |
agast_score.cpp | 119 register const int cb = *ptr + b_test; local 121 if(ptr[offset0] > cb) 122 if(ptr[offset2] > cb) 123 if(ptr[offset4] > cb) 124 if(ptr[offset5] > cb) 125 if(ptr[offset7] > cb) 126 if(ptr[offset3] > cb) 127 if(ptr[offset1] > cb) 128 if(ptr[offset6] > cb) 129 if(ptr[offset8] > cb) 2190 register const int cb = *ptr + b_test; local 3402 register const int cb = *ptr + b_test; local 9032 register const int cb = *ptr + b_test; local [all...] |
/packages/services/Telephony/src/com/android/phone/ |
INetworkQueryService.aidl | 35 void startNetworkQuery(in INetworkQueryServiceCallback cb, in int phoneId); 43 void stopNetworkQuery(in INetworkQueryServiceCallback cb); 52 void unregisterCallback(in INetworkQueryServiceCallback cb);
|
/external/clang/test/CXX/over/over.built/ |
p25.cpp | 14 Color foo(bool cond, ConvertsToColorA ca, ConvertsToColorB cb) { 15 return cond? ca : cb;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
LocationController.java | 22 void addSettingsChangedCallback(LocationSettingsChangeCallback cb); 23 void removeSettingsChangedCallback(LocationSettingsChangeCallback cb);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
IRemoteService.aidl | 31 void registerCallback(IRemoteServiceCallback cb); 36 void unregisterCallback(IRemoteServiceCallback cb);
|
/frameworks/base/core/java/android/service/vr/ |
IVrManager.aidl | 27 * @param cb the callback instance to add. 29 void registerListener(in IVrStateCallbacks cb); 34 * @param cb the callback to remove. 36 void unregisterListener(in IVrStateCallbacks cb);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mn10300/ |
i112045-1.d | 9 6: cb[ ]+nop[ ]+ 10 7: cb[ ]+nop[ ]+ 15 e: cb[ ]+nop[ ]+ 16 f: cb[ ]+nop[ ]+ 21 16: cb[ ]+nop[ ]+ 22 17: cb[ ]+nop[ ]+
|
i127740.d | 8 103: cb[ ]+nop 9 104: cb[ ]+nop 10 105: cb[ ]+nop
|
/external/iptables/libxtables/ |
xtoptions.c | 29 #define XTOPT_MKPTR(cb) \ 30 ((void *)((char *)(cb)->data + (cb)->entry->ptroff)) 172 static void xtopt_parse_int(struct xt_option_call *cb) 174 const struct xt_option_entry *entry = cb->entry; 178 if (cb->entry->min != 0) 179 lmin = cb->entry->min; 180 if (cb->entry->max != 0) 181 lmax = cb->entry->max; 183 if (!xtables_strtoul(cb->arg, NULL, &value, lmin, lmax) 934 struct xt_option_call cb; local 970 struct xt_option_call cb; local 1072 struct xt_fcheck_call cb; local 1093 struct xt_fcheck_call cb; local [all...] |
/external/libselinux/src/ |
callbacks.c | 75 selinux_set_callback(int type, union selinux_callback cb) 79 selinux_log = cb.func_log; 82 selinux_audit = cb.func_audit; 85 selinux_validate = cb.func_validate; 88 selinux_netlink_setenforce = cb.func_setenforce; 91 selinux_netlink_policyload = cb.func_policyload; 100 union selinux_callback cb; local 104 cb.func_log = selinux_log; 107 cb.func_audit = selinux_audit; 110 cb.func_validate = selinux_validate [all...] |
/external/selinux/libselinux/src/ |
callbacks.c | 76 selinux_set_callback(int type, union selinux_callback cb) 80 selinux_log = cb.func_log; 83 selinux_audit = cb.func_audit; 86 selinux_validate = cb.func_validate; 89 selinux_netlink_setenforce = cb.func_setenforce; 92 selinux_netlink_policyload = cb.func_policyload; 101 union selinux_callback cb; local 105 cb.func_log = selinux_log; 108 cb.func_audit = selinux_audit; 111 cb.func_validate = selinux_validate [all...] |
/libcore/luni/src/test/java/libcore/java/nio/ |
CharBufferTest.java | 30 CharBuffer cb = CharBuffer.allocate(32).append(s); local 31 cb.rewind(); 36 assertTrue(Arrays.equals(expected, cb.chars().limit(s.length()).toArray())); 41 CharBuffer cb = CharBuffer.allocate(32).append(s); local 42 cb.rewind(); 46 assertTrue(Arrays.equals(expected, cb.codePoints().limit(s.length()).toArray())); 51 cb = CharBuffer.allocate(32).append(surrogateCP); 52 cb.rewind(); 53 assertEquals(Character.toCodePoint(high, low), cb.codePoints().toArray()[0]); 54 assertEquals((int) low, cb.codePoints().toArray()[1]); // Unmatched surrogate [all...] |
/external/webrtc/webrtc/base/ |
callback_unittest.cc | 49 Callback0<void> cb; local 50 EXPECT_TRUE(cb.empty()); 51 cb(); // Executing an empty callback should not crash. 52 cb = Callback0<void>(&f); 53 EXPECT_FALSE(cb.empty()); 54 cb(); 58 Callback0<int> cb; local 59 EXPECT_TRUE(cb.empty()); 60 cb = Callback0<int>(&g); 61 EXPECT_FALSE(cb.empty()) 102 Callback0<void> cb = KeepRefUntilDone(&t); local 117 Callback0<void> cb = KeepRefUntilDone(&t); local 131 Callback0<void> cb = KeepRefUntilDone(t_scoped_ref); local [all...] |
/external/libnl/lib/ |
handlers.c | 14 * @defgroup cb Callbacks/Customization 20 * struct nl_cb *cb = nl_cb_alloc(NL_CB_VERBOSE); 23 * nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, my_func, NULL); 28 * nl_cb_err(cb, NL_CB_VERBOSE, NULL, file); 208 struct nl_cb *cb; local 213 cb = calloc(1, sizeof(*cb)); 214 if (!cb) 217 cb->cb_refcnt = 1; 220 nl_cb_set(cb, i, kind, NULL, NULL) 235 struct nl_cb *cb; local [all...] |
/external/valgrind/memcheck/tests/vbit-test/ |
valgrind.c | 36 IRICB cb; local 38 cb.op = op->op; 39 cb.result = (HWord)&data->result.value; 40 cb.opnd1 = (HWord)&data->opnds[0].value; 41 cb.opnd2 = (HWord)&data->opnds[1].value; 42 cb.opnd3 = (HWord)&data->opnds[2].value; 43 cb.opnd4 = (HWord)&data->opnds[3].value; 44 cb.t_result = data->result.type; 45 cb.t_opnd1 = data->opnds[0].type; 46 cb.t_opnd2 = data->opnds[1].type [all...] |
/external/autotest/client/tests/aio_dio_bugs/src/ |
aio-dio-subblock-eof-read.c | 42 struct iocb *cb = &myiocb; local 65 cb->data = 0; 66 cb->key = 0; 67 cb->aio_lio_opcode = IO_CMD_PREAD; 68 cb->aio_reqprio = 0; 69 cb->aio_fildes = fd; 70 cb->u.c.buf = buffer; 71 cb->u.c.nbytes = 4096; 72 cb->u.c.offset = 0; 78 ret = io_submit(ioctx, 1, &cb); [all...] |
/external/libchrome/base/ |
callback_helpers.h | 10 // ResetAndReturn(&cb) is like cb.Reset() but allows executing a callback (via a 24 base::Callback<Sig> ResetAndReturn(base::Callback<Sig>* cb) { 25 base::Callback<Sig> ret(*cb); 26 cb->Reset();
|
/external/libcxx/test/std/strings/basic.string/string.iterators/ |
cbegin.pass.cpp | 23 typename S::const_iterator cb = s.cbegin(); local 26 assert(*cb == s[0]); 28 assert(cb == s.begin());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/ |
cbegin.pass.cpp | 23 typename S::const_iterator cb = s.cbegin(); local 26 assert(*cb == s[0]); 28 assert(cb == s.begin());
|