HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 451 - 475 of 1852) sorted by null

<<11121314151617181920>>

  /external/iptables/extensions/
libip6t_SNAT.c 147 static void SNAT_parse(struct xt_option_call *cb)
149 const struct ip6t_entry *entry = cb->xt_entry;
150 struct nf_nat_range *range = cb->data;
162 xtables_option_parse(cb);
163 switch (cb->entry->id) {
165 if (cb->xflags & F_X_TO_SRC) {
172 parse_to(cb->arg, portok, range);
180 static void SNAT_fcheck(struct xt_fcheck_call *cb)
183 struct nf_nat_range *range = cb->data;
185 if ((cb->xflags & f) == f
    [all...]
libip6t_MASQUERADE.c 73 static void MASQUERADE_parse(struct xt_option_call *cb)
75 const struct ip6t_entry *entry = cb->xt_entry;
76 struct nf_nat_range *r = cb->data;
88 xtables_option_parse(cb);
89 switch (cb->entry->id) {
94 parse_ports(cb->arg, r);
libip6t_hbh.c 102 static void hbh_parse(struct xt_option_call *cb)
104 struct ip6t_opts *optinfo = cb->data;
106 xtables_option_parse(cb);
107 switch (cb->entry->id) {
109 if (cb->invert)
114 optinfo->optsnr = parse_options(cb->arg, optinfo->opts);
libip6t_ipv6header.c 159 static void ipv6header_parse(struct xt_option_call *cb)
161 struct ip6t_ipv6header_info *info = cb->data;
163 xtables_option_parse(cb);
164 switch (cb->entry->id) {
166 if (!(info->matchflags = parse_header(cb->arg)))
168 if (cb->invert)
libipt_MASQUERADE.c 74 static void MASQUERADE_parse(struct xt_option_call *cb)
76 const struct ipt_entry *entry = cb->xt_entry;
78 struct nf_nat_ipv4_multi_range_compat *mr = cb->data;
89 xtables_option_parse(cb);
90 switch (cb->entry->id) {
95 parse_ports(cb->arg, mr);
libxt_udp.c 46 static void udp_parse(struct xt_option_call *cb)
48 struct xt_udp *udpinfo = cb->data;
50 xtables_option_parse(cb);
51 switch (cb->entry->id) {
53 if (cb->invert)
57 if (cb->invert)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdWriteMacroblock.S 31 #define cb r4 define
97 LDR cb, [image, #0x10]
120 VLD1 {qRow0, qRow1}, [data]! ;//cb rows 0,1,2,3
122 VLD1 {qRow2, qRow3}, [data]! ;//cb rows 4,5,6,7
128 VST1 {dRow0}, [cb,:64], cwidth
131 VST1 {dRow1}, [cb,:64], cwidth
134 VST1 {dRow2}, [cb,:64], cwidth
137 VST1 {dRow3}, [cb,:64], cwidth
140 VST1 {dRow4}, [cb,:64], cwidth
143 VST1 {dRow5}, [cb,:64], cwidt
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_sw.c 109 unsigned char *cb, unsigned char *out,
113 unsigned char *cb, unsigned char *out,
127 unsigned char *cb, unsigned char *out,
131 unsigned char *cb, unsigned char *out,
137 unsigned char *cb, unsigned char *out,
165 + colortab[ *cb + 2*256 ];
166 cb_b = 2*768+256 + colortab[ *cb + 3*256 ];
167 ++cr; ++cb;
207 unsigned char *cb, unsigned char *out,
237 + colortab[ *cb + 2*256 ]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_as_parameter.py 69 cb = CallBack(callback)
70 f(self.wrap(2**18), self.wrap(cb))
86 cb = MyCallback(callback)
88 result = f(self.wrap(-10), self.wrap(cb))
93 cb = MyCallback(callback)
95 result = f(self.wrap(-10), self.wrap(cb))
98 result = f(self.wrap(-10), self.wrap(cb))
105 cb = AnotherCallback(callback)
106 self.assertRaises(ArgumentError, f, self.wrap(-10), self.wrap(cb))
124 cb = MyCallback(callback
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_as_parameter.py 69 cb = CallBack(callback)
70 f(self.wrap(2**18), self.wrap(cb))
86 cb = MyCallback(callback)
88 result = f(self.wrap(-10), self.wrap(cb))
93 cb = MyCallback(callback)
95 result = f(self.wrap(-10), self.wrap(cb))
98 result = f(self.wrap(-10), self.wrap(cb))
105 cb = AnotherCallback(callback)
106 self.assertRaises(ArgumentError, f, self.wrap(-10), self.wrap(cb))
124 cb = MyCallback(callback
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.cpp 55 ColorBuffer *cb = new ColorBuffer(); local
58 s_gl.glGenTextures(1, &cb->m_tex);
59 s_gl.glBindTexture(GL_TEXTURE_2D, cb->m_tex);
79 s_gl.glGenTextures(1, &cb->m_blitTex);
80 s_gl.glBindTexture(GL_TEXTURE_2D, cb->m_blitTex);
91 cb->m_width = p_width;
92 cb->m_height = p_height;
93 cb->m_internalFormat = texInternalFormat;
96 cb->m_eglImage = s_egl.eglCreateImageKHR(
100 (EGLClientBuffer)SafePointerFromUInt(cb->m_tex)
    [all...]
  /external/libnl/lib/
cache.c 468 struct nl_cb *cb; local
477 cb = nl_cb_clone(sk->s_cb);
478 if (cb == NULL)
481 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, update_msg_parser, &x);
483 err = nl_recvmsgs(sk, cb);
489 nl_cb_put(cb);
520 struct nl_msgtype *type, change_func_t cb, void *data)
531 if (cb)
532 cb(cache, old, NL_ACT_DEL, data);
539 if (old == NULL && cb)
    [all...]
  /external/jpeg/
jdcolor.c 25 int * Cb_b_tab; /* => table for Cb to B conversion */
27 INT32 * Cb_g_tab; /* => table for Cb to G conversion */
56 * YCbCr is defined per CCIR 601-1, except that Cb and Cr are
60 * G = Y - 0.34414 * Cb - 0.71414 * Cr
61 * B = Y + 1.77200 * Cb
62 * where Cb and Cr represent the incoming values less CENTERJSAMPLE.
72 * by precalculating the constants times Cb and Cr for all possible values.
77 * The Cr=>R and Cb=>B values can be rounded to integers in advance; the
114 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
118 /* Cb=>B value is nearest int to 1.77200 * x *
146 register int y, cb, cr; local
187 register int y, cb, cr; local
228 register int y, cb, cr; local
300 register int y, cb, cr; local
696 register int y, cb, cr; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdcolor.c 23 int * Cb_b_tab; /* => table for Cb to B conversion */
25 INT32 * Cb_g_tab; /* => table for Cb to G conversion */
54 * YCbCr is defined per CCIR 601-1, except that Cb and Cr are
58 * G = Y - 0.34414 * Cb - 0.71414 * Cr
59 * B = Y + 1.77200 * Cb
60 * where Cb and Cr represent the incoming values less CENTERJSAMPLE.
70 * by precalculating the constants times Cb and Cr for all possible values.
75 * The Cr=>R and Cb=>B values can be rounded to integers in advance; the
112 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
116 /* Cb=>B value is nearest int to 1.77200 * x *
144 register int y, cb, cr; local
185 register int y, cb, cr; local
226 register int y, cb, cr; local
298 register int y, cb, cr; local
694 register int y, cb, cr; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionRecord.java 128 ISessionCallback cb, String tag, MediaSessionService service, Handler handler) {
136 mSessionCb = new SessionCb(cb);
432 public void sendMediaButton(KeyEvent ke, int sequenceId, ResultReceiver cb) {
433 mSessionCb.sendMediaButton(ke, sequenceId, cb);
476 ISessionControllerCallback cb = mControllerCallbacks.get(i); local
478 cb.onPlaybackStateChanged(mPlaybackState);
495 ISessionControllerCallback cb = mControllerCallbacks.get(i); local
497 cb.onMetadataChanged(mMetadata);
514 ISessionControllerCallback cb = mControllerCallbacks.get(i); local
516 cb.onQueueChanged(mQueue)
533 ISessionControllerCallback cb = mControllerCallbacks.get(i); local
552 ISessionControllerCallback cb = mControllerCallbacks.get(i); local
572 ISessionControllerCallback cb = mControllerCallbacks.get(i); local
590 ISessionControllerCallback cb = mControllerCallbacks.get(i); local
611 ISessionControllerCallback cb = mControllerCallbacks.get(i); local
    [all...]
  /external/chromium_org/base/
callback_unittest.cc 130 cb(Bind(&TestForReentrancy::AssertCBIsNull, Unretained(this))) {
133 ASSERT_TRUE(cb.is_null());
137 Closure cb; member in struct:base::__anon6801::TestForReentrancy
142 ASSERT_FALSE(tfr.cb.is_null());
144 ResetAndReturn(&tfr.cb).Run();
145 ASSERT_TRUE(tfr.cb.is_null());
  /frameworks/base/media/java/android/media/session/
ISessionController.aidl 39 void sendCommand(String command, in Bundle args, in ResultReceiver cb);
41 void registerCallbackListener(in ISessionControllerCallback cb);
42 void unregisterCallbackListener(in ISessionControllerCallback cb);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 155 public void registerCallback(IBordeauxServiceCallback cb) {
156 if (cb != null) mCallbacks.register(cb);
159 public void unregisterCallback(IBordeauxServiceCallback cb) {
160 if (cb != null) mCallbacks.unregister(cb);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form11n.java 83 CstLiteralBits cb = (CstLiteralBits) cst; local
85 return cb.fitsInInt() && signedFitsInNibble(cb.getIntBits());
Form21s.java 82 CstLiteralBits cb = (CstLiteralBits) cst; local
84 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits());
Form22b.java 84 CstLiteralBits cb = (CstLiteralBits) cst; local
86 return cb.fitsInInt() && signedFitsInByte(cb.getIntBits());
Form22s.java 84 CstLiteralBits cb = (CstLiteralBits) cst; local
86 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits());
  /external/bluetooth/bluedroid/test/suite/support/
hal.c 25 static bool set_wake_alarm(uint64_t delay_millis, bool should_wake, alarm_cb cb, void *data);
74 static bool set_wake_alarm(uint64_t delay_millis, bool should_wake, alarm_cb cb, void *data) {
82 sigevent.sigev_notify_function = (void (*)(union sigval))cb;
  /external/chromium_org/base/win/
startup_information.cc 44 startup_info_.StartupInfo.cb = sizeof(STARTUPINFO);
48 startup_info_.StartupInfo.cb = sizeof(startup_info_);
76 if (startup_info_.StartupInfo.cb != sizeof(startup_info_) ||
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capture_utils.cc 24 device.cb = sizeof(device);
49 device.cb = sizeof(device);
66 device.cb = sizeof(device);

Completed in 631 milliseconds

<<11121314151617181920>>