HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 201 - 225 of 2436) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/iptables/extensions/
libxt_nfacct.c 37 static void nfacct_parse(struct xt_option_call *cb)
39 xtables_option_parse(cb);
40 switch (cb->entry->id) {
42 if (strchr(cb->arg, '\n') != NULL)
libip6t_hl.c 31 static void hl_parse(struct xt_option_call *cb)
33 struct ip6t_hl_info *info = cb->data;
35 xtables_option_parse(cb);
36 switch (cb->entry->id) {
38 info->mode = cb->invert ? IP6T_HL_NE : IP6T_HL_EQ;
49 static void hl_check(struct xt_fcheck_call *cb)
51 if (!(cb->xflags & F_ANY))
libipt_ttl.c 28 static void ttl_parse(struct xt_option_call *cb)
30 struct ipt_ttl_info *info = cb->data;
32 xtables_option_parse(cb);
33 switch (cb->entry->id) {
35 info->mode = cb->invert ? IPT_TTL_NE : IPT_TTL_EQ;
46 static void ttl_check(struct xt_fcheck_call *cb)
48 if (!(cb->xflags & F_ANY))
libxt_DSCP.c 53 static void DSCP_parse(struct xt_option_call *cb)
55 struct xt_DSCP_info *dinfo = cb->data;
57 xtables_option_parse(cb);
58 switch (cb->entry->id) {
60 dinfo->dscp = class_to_dscp(cb->arg);
65 static void DSCP_check(struct xt_fcheck_call *cb)
67 if (cb->xflags == 0)
libxt_LED.c 49 static void LED_parse(struct xt_option_call *cb)
51 struct xt_led_info *led = cb->data;
53 xtables_option_parse(cb);
54 switch (cb->entry->id) {
57 strcat(led->id, cb->arg);
60 if (strncasecmp(cb->arg, "inf", 3) == 0)
62 else if (!xtables_strtoui(cb->arg, NULL, &led->delay, 0, UINT32_MAX))
libxt_SYNPROXY.c 43 static void SYNPROXY_parse(struct xt_option_call *cb)
45 struct xt_synproxy_info *info = cb->data;
47 xtables_option_parse(cb);
48 switch (cb->entry->id) {
57 info->wscale = cb->val.u32;
61 info->mss = cb->val.u32;
69 static void SYNPROXY_check(struct xt_fcheck_call *cb)
  /external/llvm/tools/llvm-c-test/
llvm-c-test.h 24 void llvm_tokenize_stdin(void (*cb)(char **tokens, int ntokens));
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_surface.c 57 struct pipe_surface *cb = i < fb->nr_cbufs ? fb->cbufs[i] : NULL; local
60 if (sp->framebuffer.cbufs[i] != cb) {
65 pipe_surface_reference(&sp->framebuffer.cbufs[i], cb);
68 sp_tile_cache_set_surface(sp->cbuf_cache[i], cb);
  /external/pcre/dist2/src/
pcre2_pattern_info.c 255 pcre2_callout_enumerate_block cb; local
272 cb.version = 0;
379 cb.pattern_position = GET(cc, 1);
380 cb.next_item_length = GET(cc, 1 + LINK_SIZE);
381 cb.callout_number = cc[1 + 2*LINK_SIZE];
382 cb.callout_string_offset = 0;
383 cb.callout_string_length = 0;
384 cb.callout_string = NULL;
385 rc = callback(&cb, callout_data);
391 cb.pattern_position = GET(cc, 1)
    [all...]
  /external/syslinux/com32/include/syslinux/
memscan.h 44 int syslinux_memscan_new(int (*func)(scan_memory_callback_t cb, void *data));
  /external/webrtc/webrtc/base/
asynctcpsocket.cc 127 int AsyncTCPSocketBase::SendTo(const void *pv, size_t cb,
132 return Send(pv, cb, options);
139 int AsyncTCPSocketBase::SendRaw(const void * pv, size_t cb) {
140 if (outpos_ + cb > outsize_) {
145 memcpy(outbuf_ + outpos_, pv, cb);
146 outpos_ += cb;
168 void AsyncTCPSocketBase::AppendToOutBuffer(const void* pv, size_t cb) {
169 ASSERT(outpos_ + cb < outsize_);
170 memcpy(outbuf_ + outpos_, pv, cb);
171 outpos_ += cb;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
gain_quant.c 35 const int16_t *cbPtr, *cb; local
45 cb = WebRtcIlbcfix_kGain[stage];
53 /* Do a binary search, starting in the middle of the CB
55 noMoves - defines the number of steps to move in the CB in order
56 to get next CB location
61 cbPtr = cb + loc; /* Centre of CB */
102 return (int16_t)((scale * cb[loc] + 8192) >> 14);
  /frameworks/native/include/vr/vr_manager/
vr_manager.h 72 virtual void registerListener(const sp<IVrStateCallbacks>& cb) = 0;
73 virtual void unregisterListener(const sp<IVrStateCallbacks>& cb) = 0;
75 const sp<IPersistentVrStateCallbacks>& cb) = 0;
77 const sp<IPersistentVrStateCallbacks>& cb) = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_ec.h 16 unsigned char cb; /* Control/flag byte. */ member in struct:sockaddr_ec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/neteconet/
ec.h 36 unsigned char cb; /* Control/flag byte. */ member in struct:sockaddr_ec
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue22389.go 11 func (f *Foo) Call(cb func(*Foo)) {
12 cb(f)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue22389.go 11 func (f *Foo) Call(cb func(*Foo)) {
12 cb(f)
  /system/bt/bta/gatt/
bta_gattc_queue.cc 31 GATT_READ_OP_CB cb; member in struct:gatt_read_op_data
47 GATT_READ_OP_CB tmp_cb = tmp->cb;
62 GATT_WRITE_OP_CB cb; member in struct:gatt_write_op_data
69 GATT_WRITE_OP_CB tmp_cb = tmp->cb;
111 data->cb = op.read_cb;
119 data->cb = op.read_cb;
127 data->cb = op.write_cb;
136 data->cb = op.write_cb;
151 GATT_READ_OP_CB cb, void* cb_data) {
154 .read_cb = cb,
    [all...]
  /system/bt/bta/include/
bta_gatt_queue.h 39 GATT_READ_OP_CB cb, void* cb_data);
41 GATT_READ_OP_CB cb, void* cb_data);
45 GATT_WRITE_OP_CB cb, void* cb_data);
48 tGATT_WRITE_TYPE write_type, GATT_WRITE_OP_CB cb,
  /system/bt/service/ipc/binder/
bluetooth_gatt_client_binder_server.cc 64 auto cb = GetCallback(client_id); local
66 static_cast<IBluetoothGattClientCallback*>(cb.get()));
81 android::sp<IBluetoothGattClientCallback> cb(
83 cb->OnClientRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS)
  /external/mesa3d/src/gallium/auxiliary/util/
u_tests.c 165 struct pipe_resource *cb)
169 util_set_framebuffer_cb0(cso, ctx, cb);
173 util_set_max_viewport(cso, cb);
296 struct pipe_resource *cb; local
308 cb = util_create_texture2d(ctx->screen, 256, 256,
310 util_set_common_states_and_clear(cso, ctx, cb);
333 pass = pass && util_probe_rect_rgba(ctx, cb, 0, 0,
334 cb->width0, cb->height0, red);
340 pipe_resource_reference(&cb, NULL)
349 struct pipe_resource *cb; local
404 struct pipe_resource *cb; local
459 struct pipe_resource *cb; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_debug.c 176 struct pipe_debug_callback cb; local
177 memset(&cb, 0, sizeof(cb));
178 cb.async = !_mesa_get_debug_state_int(st->ctx, GL_DEBUG_OUTPUT_SYNCHRONOUS);
179 cb.debug_message = st_debug_message;
180 cb.data = st;
181 pipe->set_debug_callback(pipe, &cb);
  /external/skia/src/gpu/ops/
GrClearOp.h 74 GrClearOp* cb = t->cast<GrClearOp>(); variable
75 if (fClip.windowRectsState() != cb->fClip.windowRectsState()) {
78 if (cb->contains(this)) {
79 fClip = cb->fClip;
81 fColor = cb->fColor;
83 } else if (cb->fColor == fColor && this->contains(cb)) {
  /external/skqp/src/gpu/ops/
GrClearOp.h 74 GrClearOp* cb = t->cast<GrClearOp>(); variable
75 if (fClip.windowRectsState() != cb->fClip.windowRectsState()) {
78 if (cb->contains(this)) {
79 fClip = cb->fClip;
81 fColor = cb->fColor;
83 } else if (cb->fColor == fColor && this->contains(cb)) {
  /libcore/ojluni/src/main/java/java/io/
BufferedWriter.java 70 private char cb[]; field in class:BufferedWriter
105 cb = new char[sz];
129 out.write(cb, 0, nextChar);
144 cb[nextChar++] = (char) c;
195 System.arraycopy(cbuf, b, cb, nextChar, d);
226 s.getChars(b, b + d, cb, nextChar);
268 cb = null;

Completed in 651 milliseconds

1 2 3 4 5 6 7 891011>>