Searched defs:sk (Results 1 - 25 of 81) sorted by relevance

1234

/external/libnl/src/lib/
H A Drule.c33 struct nl_cache *nl_cli_rule_alloc_cache(struct nl_sock *sk) argument
38 if ((err = rtnl_rule_alloc_cache(sk, AF_UNSPEC, &cache)) < 0)
H A Dutils.c64 int nl_cli_connect(struct nl_sock *sk, int protocol) argument
68 if ((err = nl_connect(sk, protocol)) < 0)
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccolltst.c57 static char* dumpSk(uint8_t *sourceKey, char *sk) { argument
61 *sk = 0;
64 sprintf(sk+2*i, "%02X", sourceKey[i]);
66 return sk;
125 char sk[10000]; local
126 log_verbose("SortKey1: %s\n", dumpSk(sourceKey, sk));
127 log_verbose("SortKey2: %s\n", dumpSk(targetKey, sk));
/external/clang/test/CodeGen/
H A Dunsigned-promotion.c9 unsigned short si, sj, sk; variable
19 // CHECKS: load i16* @sk
27 // CHECKU: [[T3:%.*]] = load i16* @sk
33 si = sj + sk;
41 // CHECKS: load i16* @sk
49 // CHECKU: [[T3:%.*]] = load i16* @sk
55 si = sj - sk;
63 // CHECKS: load i16* @sk
71 // CHECKU: [[T3:%.*]] = load i16* @sk
76 si = sj * sk;
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccolltst.c57 static char* dumpSk(uint8_t *sourceKey, char *sk) { argument
61 *sk = 0;
64 sprintf(sk+2*i, "%02X", sourceKey[i]);
66 return sk;
125 char sk[10000]; local
126 log_verbose("SortKey1: %s\n", dumpSk(sourceKey, sk));
127 log_verbose("SortKey2: %s\n", dumpSk(targetKey, sk));
/external/libnl/src/
H A Dgenl-ctrl-list.c14 static struct nl_cache *alloc_genl_family_cache(struct nl_sock *sk) argument
16 return nl_cli_alloc_cache(sk, "generic netlink family",
H A Dnl-list-sockets.c31 unsigned long sk, cb; local
36 &sk, &proto, &pid, &groups, &rmem, &wmem,
42 sk, nl_nlfamily2str(proto, p, sizeof(p)), pid,
/external/libcxx/test/algorithms/alg.nonmodifying/alg.search/
H A Dsearch.pass.cpp57 const unsigned sk = sizeof(ik)/sizeof(ik[0]); local
58 assert(std::search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk)) == Iter1(ij+6));
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dex_data.h292 STACK_OF(void) *sk; member in struct:crypto_ex_data_st
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dphash.c96 register const char *sk, /* the key */
102 register const unsigned char *k = (const unsigned char *)sk;
193 register const char *sk,
199 register const unsigned char *k = (const unsigned char *)sk;
95 phash_lookup( register const char *sk, register size_t length, register unsigned long level) argument
192 phash_checksum( register const char *sk, register size_t len, register unsigned long *state) argument
/external/e2fsprogs/misc/
H A Dfindsuper.c101 #define WHY(fmt, arg...) { printf("\r%Ld: " fmt, sk, ##arg) ; continue; }
117 loff_t sk=0, skl=0; local
165 sk = skl = strtoll(argv[optind], &s, 0) << 10;
173 if (sk < 0) {
174 fprintf(stderr, _("startkb should be positive, not %llu\n"),sk);
185 printf(_("starting at %llu, with %u byte increments\n"), sk, skiprate);
190 for (; lseek64(fd, sk, SEEK_SET) != -1 &&
191 read(fd, &ext2, 512) == 512; sk += skiprate) {
196 if (sk && !(sk
[all...]
/external/libnl/lib/genl/
H A Dgenl.c102 int genl_connect(struct nl_sock *sk) argument
104 return nl_connect(sk, NETLINK_GENERIC);
116 * @arg sk Netlink socket.
127 int genl_send_simple(struct nl_sock *sk, int family, int cmd, argument
135 return nl_send_simple(sk, family, flags, &hdr, sizeof(hdr));
H A Dmngt.c237 int genl_ops_resolve(struct nl_sock *sk, struct genl_ops *ops) argument
242 if ((err = genl_ctrl_alloc_cache(sk, &ctrl)) < 0)
252 int genl_mngt_resolve(struct nl_sock *sk) argument
258 if ((err = genl_ctrl_alloc_cache(sk, &ctrl)) < 0)
H A Dctrl.c214 * @arg sk Netlink socket.
222 int genl_ctrl_resolve(struct nl_sock *sk, const char *name) argument
228 if ((err = genl_ctrl_alloc_cache(sk, &cache)) < 0)
/external/libnl/lib/netfilter/
H A Dlog.c57 static int send_log_request(struct nl_sock *sk, struct nl_msg *msg) argument
61 err = nl_send_auto_complete(sk, msg);
66 return wait_for_ack(sk);
H A Dnfnl.c49 * nl_send_auto_complete(sk, msg);
59 * nfnl_send_simple(sk, SUBSYS, TYPE, 0, FAMILY, RES_ID);
75 * @arg sk Netlink socket.
84 int nfnl_connect(struct nl_sock *sk) argument
86 return nl_connect(sk, NETLINK_NETFILTER);
98 * @arg sk Netlink socket.
107 int nfnl_send_simple(struct nl_sock *sk, uint8_t subsys_id, uint8_t type, argument
116 return nl_send_simple(sk, NFNLMSG_TYPE(subsys_id, type), flags,
H A Dqueue.c37 static int send_queue_request(struct nl_sock *sk, struct nl_msg *msg) argument
41 err = nl_send_auto_complete(sk, msg);
46 return wait_for_ack(sk);
/external/libnl/lib/route/
H A Drtnl.c29 * @arg sk Netlink socket.
39 int nl_rtgen_request(struct nl_sock *sk, int type, int family, int flags) argument
45 return nl_send_simple(sk, type, flags, &gmsg, sizeof(gmsg));
H A Dclass.c62 static int class_request_update(struct nl_cache *cache, struct nl_sock *sk) argument
69 return nl_send_simple(sk, RTM_GETTCLASS, NLM_F_DUMP, &tchdr,
131 * @arg sk Netlink socket.
144 int rtnl_class_add(struct nl_sock *sk, struct rtnl_class *class, int flags) argument
152 err = nl_send_auto_complete(sk, msg);
157 return wait_for_ack(sk);
189 * @arg sk Netlink socket.
198 int rtnl_class_delete(struct nl_sock *sk, struct rtnl_class *class) argument
206 err = nl_send_auto_complete(sk, msg);
211 return wait_for_ack(sk);
232 rtnl_class_alloc_cache(struct nl_sock *sk, int ifindex, struct nl_cache **result) argument
[all...]
/external/chromium_org/net/android/
H A Dlegacy_openssl.h36 AndroidSTACK* sk; member in struct:net::android::AndroidCRYPTO_EX_DATA
/external/chromium_org/third_party/boringssl/src/crypto/stack/
H A Dstack.c95 size_t sk_num(const _STACK *sk) { argument
96 if (sk == NULL) {
99 return sk->num;
102 void sk_zero(_STACK *sk) { argument
103 if (sk == NULL || sk->num == 0) {
106 memset(sk->data, 0, sizeof(void*) * sk->num);
107 sk->num = 0;
108 sk
111 sk_value(const _STACK *sk, size_t i) argument
118 sk_set(_STACK *sk, size_t i, void *value) argument
125 sk_free(_STACK *sk) argument
133 sk_pop_free(_STACK *sk, void (*func)(void *)) argument
148 sk_insert(_STACK *sk, void *p, size_t where) argument
193 sk_delete(_STACK *sk, size_t where) argument
211 sk_delete_ptr(_STACK *sk, void *p) argument
227 sk_find(_STACK *sk, size_t *out_index, void *p) argument
276 sk_shift(_STACK *sk) argument
286 sk_push(_STACK *sk, void *p) argument
288 sk_pop(_STACK *sk) argument
298 sk_dup(const _STACK *sk) argument
331 sk_sort(_STACK *sk) argument
344 sk_is_sorted(const _STACK *sk) argument
351 sk_set_cmp_func(_STACK *sk, stack_cmp_func comp) argument
[all...]
/external/chromium_org/third_party/skia/src/views/sdl/
H A DSkOSWindow_SDL.cpp177 SkKey sk = find_skkey(event.key.keysym.sym); local
178 if (kNONE_SkKey != sk) {
180 this->handleKey(sk);
182 this->handleKeyUp(sk);
/external/libnl/include/
H A Dnetlink-local.h175 static inline int wait_for_ack(struct nl_sock *sk) argument
177 if (sk->s_flags & NL_NO_AUTO_ACK)
180 return nl_wait_for_ack(sk);
/external/libnl/lib/
H A Dcache_mngr.c143 * @arg sk Netlink socket.
149 int nl_cache_mngr_alloc(struct nl_sock *sk, int protocol, int flags, argument
155 if (sk == NULL)
162 mngr->cm_handle = sk;
H A Dnl.c19 * nl_connect(sk, NETLINK_ROUTE);
28 * nl_sendto(sk, buf, sizeof(buf));
33 * nl_send(sk, nlmsg_hdr(msg));
38 * nl_sendmsg(sk, nlmsg_hdr(msg), &hdr);
45 * nl_send_auto_complete(sk, nlmsg_hdr(msg));
50 * nl_send_simple(sk, MY_MSG_TYPE, 0, buf, sizeof(buf));
59 * nl_recv(sk, &peer, &msg);
64 * nl_recvmsgs(sk, my_callback_configuration);
68 * nl_recvmsgs_default(sk);
72 * nl_wait_for_ack(sk);
106 nl_connect(struct nl_sock *sk, int protocol) argument
162 nl_close(struct nl_sock *sk) argument
186 nl_sendto(struct nl_sock *sk, void *buf, size_t size) argument
205 nl_sendmsg(struct nl_sock *sk, struct nl_msg *msg, struct msghdr *hdr) argument
235 nl_send_iovec(struct nl_sock *sk, struct nl_msg *msg, struct iovec *iov, unsigned iovlen) argument
281 nl_send(struct nl_sock *sk, struct nl_msg *msg) argument
291 nl_auto_complete(struct nl_sock *sk, struct nl_msg *msg) argument
323 nl_send_auto_complete(struct nl_sock *sk, struct nl_msg *msg) argument
349 nl_send_simple(struct nl_sock *sk, int type, int flags, void *buf, size_t size) argument
399 nl_recv(struct nl_sock *sk, struct sockaddr_nl *nla, unsigned char **buf, struct ucred **creds) argument
506 recvmsgs(struct nl_sock *sk, struct nl_cb *cb) argument
701 nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb) argument
715 nl_recvmsgs_default(struct nl_sock *sk) argument
734 nl_wait_for_ack(struct nl_sock *sk) argument
[all...]

Completed in 925 milliseconds

1234