HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 526 - 550 of 2026) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-avx512er-rcigrz-intel.d 16 [ ]*[a-f0-9]+:[ ]*62 02 15 70 cb f4[ ]*vrcp28ss xmm30,xmm29,xmm28,\{sae\}
17 [ ]*[a-f0-9]+:[ ]*62 02 95 70 cb f4[ ]*vrcp28sd xmm30,xmm29,xmm28,\{sae\}
26 [ ]*[a-f0-9]+:[ ]*62 02 15 70 cb f4[ ]*vrcp28ss xmm30,xmm29,xmm28,\{sae\}
27 [ ]*[a-f0-9]+:[ ]*62 02 95 70 cb f4[ ]*vrcp28sd xmm30,xmm29,xmm28,\{sae\}
x86-64-avx512er-rcigrz.d 16 [ ]*[a-f0-9]+:[ ]*62 02 15 70 cb f4[ ]*vrcp28ss \{sae\},%xmm28,%xmm29,%xmm30
17 [ ]*[a-f0-9]+:[ ]*62 02 95 70 cb f4[ ]*vrcp28sd \{sae\},%xmm28,%xmm29,%xmm30
26 [ ]*[a-f0-9]+:[ ]*62 02 15 70 cb f4[ ]*vrcp28ss \{sae\},%xmm28,%xmm29,%xmm30
27 [ ]*[a-f0-9]+:[ ]*62 02 95 70 cb f4[ ]*vrcp28sd \{sae\},%xmm28,%xmm29,%xmm30
x86-64-avx512er.d 67 [ ]*[a-f0-9]+: 62 02 15 07 cb f4 vrcp28ss %xmm28,%xmm29,%xmm30\{%k7\}
68 [ ]*[a-f0-9]+: 62 02 15 87 cb f4 vrcp28ss %xmm28,%xmm29,%xmm30\{%k7\}\{z\}
69 [ ]*[a-f0-9]+: 62 02 15 17 cb f4 vrcp28ss \{sae\},%xmm28,%xmm29,%xmm30\{%k7\}
70 [ ]*[a-f0-9]+: 62 62 15 07 cb 31 vrcp28ss \(%rcx\),%xmm29,%xmm30\{%k7\}
71 [ ]*[a-f0-9]+: 62 22 15 07 cb b4 f0 23 01 00 00 vrcp28ss 0x123\(%rax,%r14,8\),%xmm29,%xmm30\{%k7\}
72 [ ]*[a-f0-9]+: 62 62 15 07 cb 72 7f vrcp28ss 0x1fc\(%rdx\),%xmm29,%xmm30\{%k7\}
73 [ ]*[a-f0-9]+: 62 62 15 07 cb b2 00 02 00 00 vrcp28ss 0x200\(%rdx\),%xmm29,%xmm30\{%k7\}
74 [ ]*[a-f0-9]+: 62 62 15 07 cb 72 80 vrcp28ss -0x200\(%rdx\),%xmm29,%xmm30\{%k7\}
75 [ ]*[a-f0-9]+: 62 62 15 07 cb b2 fc fd ff ff vrcp28ss -0x204\(%rdx\),%xmm29,%xmm30\{%k7\}
76 [ ]*[a-f0-9]+: 62 02 95 07 cb f4 vrcp28sd %xmm28,%xmm29,%xmm30\{%k7\
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
pushc.d 16 e: 7e cb pushc fintv
  /external/opencv3/3rdparty/libjpeg/
jdmerge.c 18 * G = Y + K2 * Cb + K3 * Cr
19 * B = Y + K4 * Cb
54 int * Cb_b_tab; /* => table for Cb to B conversion */
56 INT32 * Cb_g_tab; /* => table for Cb to G conversion */
105 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
109 /* Cb=>B value is nearest int to 1.77200 * x */
114 /* Cb=>G value is scaled-up -0.34414 * x */
232 int cb, cr; local
251 cb = GETJSAMPLE(*inptr1++);
254 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS)
294 int cb, cr; local
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdmerge.c 18 * G = Y + K2 * Cb + K3 * Cr
19 * B = Y + K4 * Cb
57 int * Cb_b_tab; /* => table for Cb to B conversion */
59 INT32 * Cb_g_tab; /* => table for Cb to G conversion */
108 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
112 /* Cb=>B value is nearest int to 1.77200 * x */
117 /* Cb=>G value is scaled-up -0.34414 * x */
235 int cb, cr; local
254 cb = GETJSAMPLE(*inptr1++);
257 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS)
297 int cb, cr; local
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/apache/harmony/niochar/charset/additional/
IBM437.java 59 protected CoderResult decodeLoop(ByteBuffer bb, CharBuffer cb){
60 int cbRemaining = cb.remaining();
62 if(CharsetProviderImpl.hasLoadedNatives() && bb.isDirect() && bb.hasRemaining() && cb.hasArray()){
64 int cbPos = cb.position();
71 int res = nDecode(cb.array(), cb.arrayOffset()+cbPos, toProceed, AddressUtil.getDirectBufferAddress(bb), bbPos);
73 cb.position(cbPos+res);
77 if(bb.hasArray() && cb.hasArray()) {
81 char[] cArr = cb.array();
83 int cStart = cb.position()
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_key.py 173 k.set_contents_from_file(sfp, cb=callback, num_cb=10)
181 s = k.get_contents_as_string(cb=callback)
192 k.set_contents_from_file(sfp, cb=callback, num_cb=10)
199 s = k.get_contents_as_string(cb=callback).decode('utf-8')
211 k.set_contents_from_file(sfp, cb=callback, num_cb=-1)
218 s = k.get_contents_as_string(cb=callback, num_cb=-1).decode('utf-8')
230 k.set_contents_from_file(sfp, cb=callback, num_cb=1)
237 s = k.get_contents_as_string(cb=callback, num_cb=1).decode('utf-8')
249 k.set_contents_from_file(sfp, cb=callback, num_cb=2)
256 s = k.get_contents_as_string(cb=callback, num_cb=2).decode('utf-8'
    [all...]
  /external/iptables/extensions/
libip6t_LOG.c 78 static void LOG_parse(struct xt_option_call *cb)
80 struct ip6t_log_info *info = cb->data;
82 xtables_option_parse(cb);
83 switch (cb->entry->id) {
85 if (strchr(cb->arg, '\n') != NULL)
libip6t_dst.c 108 static void dst_parse(struct xt_option_call *cb)
110 struct ip6t_opts *optinfo = cb->data;
112 xtables_option_parse(cb);
113 switch (cb->entry->id) {
118 optinfo->optsnr = parse_options(cb->arg, optinfo->opts);
libip6t_mh.c 127 static void mh_parse(struct xt_option_call *cb)
129 struct ip6t_mh *mhinfo = cb->data;
131 xtables_option_parse(cb);
132 parse_mh_types(cb->arg, mhinfo->types);
133 if (cb->invert)
libipt_LOG.c 78 static void LOG_parse(struct xt_option_call *cb)
80 struct ipt_log_info *info = cb->data;
82 xtables_option_parse(cb);
83 switch (cb->entry->id) {
85 if (strchr(cb->arg, '\n') != NULL)
libxt_recent.c 130 static void recent_parse(struct xt_option_call *cb)
132 struct xt_recent_mtinfo *info = cb->data;
134 xtables_option_parse(cb);
135 switch (cb->entry->id) {
138 if (cb->invert)
143 if (cb->invert)
148 if (cb->invert)
153 if (cb->invert)
171 static void recent_check(struct xt_fcheck_call *cb)
173 if (!(cb->xflags & F_ANY_OP)
    [all...]
  /external/libselinux/src/
sestatus.c 293 union selinux_callback cb; local
296 cb.func_setenforce = fallback_cb_setenforce;
297 selinux_set_callback(SELINUX_CB_SETENFORCE, cb);
298 cb.func_policyload = fallback_cb_policyload;
299 selinux_set_callback(SELINUX_CB_POLICYLOAD, cb);
  /external/ltrace/
proc.h 181 enum callback_status (*cb)(struct process *proc,
188 enum callback_status (*cb)(struct process *proc,
224 enum callback_status (*cb)(struct process *p,
239 enum callback_status (*cb)
262 enum callback_status (*cb)(struct library_symbol *, void *),
  /external/selinux/libselinux/src/
sestatus.c 293 union selinux_callback cb; local
296 cb.func_setenforce = fallback_cb_setenforce;
297 selinux_set_callback(SELINUX_CB_SETENFORCE, cb);
298 cb.func_policyload = fallback_cb_policyload;
299 selinux_set_callback(SELINUX_CB_POLICYLOAD, cb);
  /prebuilts/go/darwin-x86/src/image/color/
ycbcr_test.go 36 y, cb, cr := RGBToYCbCr(r0, g0, b0)
37 r1, g1, b1 := YCbCrToRGB(y, cb, cr)
39 t.Fatalf("\nr0, g0, b0 = %d, %d, %d\ny, cb, cr = %d, %d, %d\nr1, g1, b1 = %d, %d, %d",
40 r0, g0, b0, y, cb, cr, r1, g1, b1)
52 for cb := 0; cb < 256; cb += 5 {
54 x := YCbCr{uint8(y), uint8(cb), uint8(cr)}
57 r2, g2, b2 := YCbCrToRGB(x.Y, x.Cb, x.Cr)
59 t.Fatalf("y, cb, cr = %d, %d, %d\nr1, g1, b1 = %d, %d, %d\nr2, g2, b2 = %d, %d, %d"
    [all...]
  /prebuilts/go/linux-x86/src/image/color/
ycbcr_test.go 36 y, cb, cr := RGBToYCbCr(r0, g0, b0)
37 r1, g1, b1 := YCbCrToRGB(y, cb, cr)
39 t.Fatalf("\nr0, g0, b0 = %d, %d, %d\ny, cb, cr = %d, %d, %d\nr1, g1, b1 = %d, %d, %d",
40 r0, g0, b0, y, cb, cr, r1, g1, b1)
52 for cb := 0; cb < 256; cb += 5 {
54 x := YCbCr{uint8(y), uint8(cb), uint8(cr)}
57 r2, g2, b2 := YCbCrToRGB(x.Y, x.Cb, x.Cr)
59 t.Fatalf("y, cb, cr = %d, %d, %d\nr1, g1, b1 = %d, %d, %d\nr2, g2, b2 = %d, %d, %d"
    [all...]
  /system/security/keystore/
permissions.cpp 92 union selinux_callback cb; local
93 cb.func_audit = audit_callback;
94 selinux_set_callback(SELINUX_CB_AUDIT, cb);
95 cb.func_log = selinux_log_callback;
96 selinux_set_callback(SELINUX_CB_LOG, cb);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/
msys.s 77 ; cbrb operand: cb, rb
80 fbcb R0,#0,#0,#0,#0,#cb,#0,#0,#0 ; cb = 0
82 fbcb R0,#0,#0,#0,#0,#CB,#0,#0,#0
89 fbcb R0,#rt,#0,#0,#0,#cb,#0,#0,#0 ; rt = 0
93 fbcb R0,#RT,#0,#0,#0,#cb,#0,#0,#0
  /external/iw/
interface.c 168 struct nl_cb *cb,
259 struct nl_cb *cb,
377 struct nl_cb *cb,
382 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_iface_handler, NULL);
389 struct nl_cb *cb,
420 struct nl_cb *cb,
444 struct nl_cb *cb,
450 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_iface_handler, &dev_dump_wiphy);
457 struct nl_cb *cb,
484 struct nl_cb *cb,
    [all...]
  /external/libevent/
listener.c 77 evconnlistener_cb cb; member in struct:evconnlistener
108 evconnlistener_cb cb, void *ptr, unsigned flags, int backlog,
155 evconnlistener_cb cb, void *ptr, unsigned flags, int backlog,
165 return evconnlistener_new_async(base, cb, ptr, flags,
183 lev->base.cb = cb;
201 evconnlistener_new_bind(struct event_base *base, evconnlistener_cb cb,
247 listener = evconnlistener_new(base, cb, ptr, flags, backlog, fd);
260 lev->cb = NULL;
285 if (lev->cb)
385 evconnlistener_cb cb; local
603 evconnlistener_cb cb=NULL; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 356 void *ctx, int (*cb)(struct wpa_state_machine *sm, void *ctx),
363 if (sta->wpa_sm && cb(sta->wpa_sm, cb_ctx))
371 int (*cb)(struct wpa_authenticator *sm, void *ctx); member in struct:wpa_auth_iface_iter_data
381 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx))
389 void *ctx, int (*cb)(struct wpa_authenticator *sm, void *ctx),
397 data.cb = cb;
597 struct wpa_auth_callbacks cb; local
606 os_memset(&cb, 0, sizeof(cb));
    [all...]
  /libcore/ojluni/src/main/native/
jvm.h 692 JVM_GetClassNameUTF(JNIEnv *env, jclass cb);
698 JVM_GetClassCPTypes(JNIEnv *env, jclass cb, unsigned char *types);
704 JVM_GetClassCPEntriesCount(JNIEnv *env, jclass cb);
710 JVM_GetClassFieldsCount(JNIEnv *env, jclass cb);
713 JVM_GetClassMethodsCount(JNIEnv *env, jclass cb);
722 JVM_GetMethodIxExceptionIndexes(JNIEnv *env, jclass cb, jint method_index,
729 JVM_GetMethodIxExceptionsCount(JNIEnv *env, jclass cb, jint method_index);
738 JVM_GetMethodIxByteCode(JNIEnv *env, jclass cb, jint method_index,
746 JVM_GetMethodIxByteCodeLength(JNIEnv *env, jclass cb, jint method_index);
765 JVM_GetMethodIxExceptionTableEntry(JNIEnv *env, jclass cb, jint method_index
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifFrameManager.java 80 public void getNextFrame(FrameCallback cb) {
89 next = new DelayTarget(cb, targetTime);
121 private final FrameCallback cb; field in class:GifFrameManager.DelayTarget
126 public DelayTarget(FrameCallback cb, long targetTime) {
128 this.cb = cb;
145 cb.onFrameRead(index);

Completed in 643 milliseconds

<<21222324252627282930>>