Home
last modified time | relevance | path

Searched refs:tail (Results 551 - 575 of 2286) sorted by relevance

1...<<21222324252627282930>>...92

/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c124 size_t tail, tohash_len, buf_len, plen = ctx->tls_payload_length; in chacha20_poly1305_tls_cipher() local
185 tail = (0 - i) & (POLY1305_BLOCK_SIZE - 1); in chacha20_poly1305_tls_cipher()
186 memset(ctr + i, 0, tail); in chacha20_poly1305_tls_cipher()
187 ctr += i + tail; in chacha20_poly1305_tls_cipher()
188 tohash_len += i + tail; in chacha20_poly1305_tls_cipher()
214 tail = (0 - plen) & (POLY1305_BLOCK_SIZE - 1); in chacha20_poly1305_tls_cipher()
215 Poly1305_Update(poly, zero, tail); in chacha20_poly1305_tls_cipher()
/third_party/optimized-routines/math/
H A Dpow.c37 log_inline (uint64_t ix, double_t *tail) in log_inline() argument
102 *tail = hi - y + lo; in log_inline()
178 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
222 /* 2^(k/N) ~= scale * (1 + tail). */ in exp_inline()
225 tail = asdouble (T[idx]); in exp_inline()
228 /* exp(x) = 2^(k/N) * exp(r) ~= scale + scale * (tail + exp(r) - 1). */ in exp_inline()
234 tmp = tail + r + r2 * C2 + r * r2 * (C3 + r * C4); in exp_inline()
236 tmp = tail + r + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in exp_inline()
238 tmp = tail + r + r2 * (0.5 + r * C3) + r2 * r2 * (C4 + r * C5 + r2 * C6); in exp_inline()
/third_party/python/Lib/distutils/command/
H A Dbuild_py.py156 tail = []
161 tail.insert(0, path[-1])
164 tail.insert(0, pdir)
165 return os.path.join(*tail)
172 # by 'tail' (which should be the same as the original value
176 tail.insert(0, pdir)
178 if tail:
179 return os.path.join(*tail)
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene-v2/
H A Dring.c43 ring->tail = 0; in xge_update_tx_desc_addr()
55 ring->tail = 0; in xge_update_rx_desc_addr()
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene-v2/
H A Dring.c43 ring->tail = 0; in xge_update_tx_desc_addr()
55 ring->tail = 0; in xge_update_rx_desc_addr()
/third_party/musl/src/string/
H A Dmemccpy.c22 if ((uintptr_t)s & ALIGN) goto tail; in memccpy()
31 tail: in memccpy()
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstpncpy.c18 if (!n || !*s) goto tail; in __stpncpy()
26 tail: in __stpncpy()
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstpncpy.c18 if (!n || !*s) goto tail; in __stpncpy()
26 tail: in __stpncpy()
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dstpncpy.c18 if (!n || !*s) goto tail; in __stpncpy()
26 tail: in __stpncpy()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dworkaround1209.cpp46 if (bb->tail()->opcode() == SpvOpUnreachable) { in RemoveOpUnreachableInLoops()
50 context()->KillInst(&*bb->tail()); in RemoveOpUnreachableInLoops()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dworkaround1209.cpp46 if (bb->tail()->opcode() == SpvOpUnreachable) { in RemoveOpUnreachableInLoops()
50 context()->KillInst(&*bb->tail()); in RemoveOpUnreachableInLoops()
/third_party/python/Lib/idlelib/
H A Dzzdummy.py16 head, tail, chars, lines = self.formatter.get_region()
20 self.formatter.set_region(head, tail, chars, lines)
/third_party/spirv-tools/source/opt/
H A Dworkaround1209.cpp46 if (bb->tail()->opcode() == spv::Op::OpUnreachable) { in RemoveOpUnreachableInLoops()
50 context()->KillInst(&*bb->tail()); in RemoveOpUnreachableInLoops()
/kernel/linux/linux-5.10/drivers/hid/
H A Duhid.c53 __u8 tail; member
98 if (newhead != uhid->tail) { in uhid_queue()
688 if (uhid->head == uhid->tail) in uhid_char_read()
692 uhid->head != uhid->tail); in uhid_char_read()
701 if (uhid->head == uhid->tail) { in uhid_char_read()
706 if (copy_to_user(buffer, uhid->outq[uhid->tail], len)) { in uhid_char_read()
709 kfree(uhid->outq[uhid->tail]); in uhid_char_read()
710 uhid->outq[uhid->tail] = NULL; in uhid_char_read()
713 uhid->tail = (uhid->tail in uhid_char_read()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H A Dgve_adminq.c323 int tail, head; in gve_adminq_kick_and_wait() local
326 tail = ioread32be(&priv->reg_bar0->adminq_event_counter); in gve_adminq_kick_and_wait()
336 for (i = tail; i < head; i++) { in gve_adminq_kick_and_wait()
359 u32 tail; in gve_adminq_issue_cmd() local
361 tail = ioread32be(&priv->reg_bar0->adminq_event_counter); in gve_adminq_issue_cmd()
365 (tail & priv->adminq_mask)) { in gve_adminq_issue_cmd()
374 tail = ioread32be(&priv->reg_bar0->adminq_event_counter); in gve_adminq_issue_cmd()
376 (tail & priv->adminq_mask)) { in gve_adminq_issue_cmd()
447 u32 tail, head; in gve_adminq_execute_cmd() local
450 tail in gve_adminq_execute_cmd()
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Duhid.c53 __u8 tail; member
98 if (newhead != uhid->tail) { in uhid_queue()
687 if (uhid->head == uhid->tail) in uhid_char_read()
691 uhid->head != uhid->tail); in uhid_char_read()
700 if (uhid->head == uhid->tail) { in uhid_char_read()
705 if (copy_to_user(buffer, uhid->outq[uhid->tail], len)) { in uhid_char_read()
708 kfree(uhid->outq[uhid->tail]); in uhid_char_read()
709 uhid->outq[uhid->tail] = NULL; in uhid_char_read()
712 uhid->tail = (uhid->tail in uhid_char_read()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPrograms.cpp242 int* tail = (int*)cacheMempool; in cacheSearch() local
245 if (!*tail) { in cacheSearch()
268 int* tail = (int*)cacheMempool; in cacheInsert() local
269 int newnode = *tail; in cacheInsert()
276 *tail = 0; in cacheInsert()
280 r[*tail].data = data; in cacheInsert()
281 r[*tail].key = key; in cacheInsert()
282 r[*tail].left_child = 0; in cacheInsert()
283 r[*tail].right_child = 0; in cacheInsert()
285 (*tail) in cacheInsert()
[all...]
/third_party/selinux/libsepol/src/
H A Dconditional.c272 cond_expr_t *cur, *head, *tail, *new_expr; in cond_copy_expr() local
273 tail = head = NULL; in cond_copy_expr()
286 if (tail) in cond_copy_expr()
287 tail->next = new_expr; in cond_copy_expr()
288 tail = new_expr; in cond_copy_expr()
295 tail = head->next; in cond_copy_expr()
297 head = tail; in cond_copy_expr()
616 cond_av_list_t *tail; member
691 data->tail->next = list; in cond_insertf()
692 data->tail in cond_insertf()
[all...]
/kernel/linux/linux-5.10/drivers/tty/
H A Dmoxa.c1872 u16 head, tail, tx_mask, spage, epage; in MoxaPortWriteData() local
1880 tail = readw(ofsAddr + TXwptr); in MoxaPortWriteData()
1882 c = (head > tail) ? (head - tail - 1) : (head - tail + tx_mask); in MoxaPortWriteData()
1891 if (head > tail) in MoxaPortWriteData()
1892 len = head - tail - 1; in MoxaPortWriteData()
1894 len = tx_mask + 1 - tail; in MoxaPortWriteData()
1896 ofs = baseAddr + DynPage_addr + bufhead + tail; in MoxaPortWriteData()
1899 tail in MoxaPortWriteData()
1931 u16 tail, rx_mask, spage, epage; MoxaPortReadData() local
[all...]
H A Damiserial.c178 if (info->xmit.head != info->xmit.tail in rs_start()
311 if (info->xmit.head == info->xmit.tail in transmit_chars()
320 custom.serdat = info->xmit.buf[info->xmit.tail++] | 0x100; in transmit_chars()
322 info->xmit.tail = info->xmit.tail & (SERIAL_XMIT_SIZE-1); in transmit_chars()
326 info->xmit.tail, in transmit_chars()
333 if (info->xmit.head == info->xmit.tail) { in transmit_chars()
533 info->xmit.head = info->xmit.tail = 0; in startup()
753 info->xmit.tail, in rs_put_char()
770 if (info->xmit.head == info->xmit.tail in rs_flush_chars()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dmoxa.c2171 u16 head, tail, tx_mask, spage, epage; in MoxaPortWriteData() local
2179 tail = readw(ofsAddr + TXwptr); in MoxaPortWriteData()
2181 c = (head > tail) ? (head - tail - 1) : (head - tail + tx_mask); in MoxaPortWriteData()
2190 if (head > tail) in MoxaPortWriteData()
2191 len = head - tail - 1; in MoxaPortWriteData()
2193 len = tx_mask + 1 - tail; in MoxaPortWriteData()
2195 ofs = baseAddr + DynPage_addr + bufhead + tail; in MoxaPortWriteData()
2198 tail in MoxaPortWriteData()
2230 u16 tail, rx_mask, spage, epage; MoxaPortReadData() local
[all...]
H A Damiserial.c156 if (info->xmit.head != info->xmit.tail in rs_start()
276 if (info->xmit.head == info->xmit.tail in transmit_chars()
285 amiga_custom.serdat = info->xmit.buf[info->xmit.tail++] | 0x100; in transmit_chars()
287 info->xmit.tail = info->xmit.tail & (UART_XMIT_SIZE - 1); in transmit_chars()
291 info->xmit.tail, in transmit_chars()
298 if (info->xmit.head == info->xmit.tail) { in transmit_chars()
498 info->xmit.head = info->xmit.tail = 0; in startup()
711 info->xmit.tail, in rs_put_char()
728 if (info->xmit.head == info->xmit.tail in rs_flush_chars()
[all...]
/third_party/alsa-utils/alsactl/
H A Dinit_parse.c989 char *tail; in get_format_len() local
992 num = (int) strtoul(*str, &tail, 10); in get_format_len()
994 *str = tail; in get_format_len()
1008 char *head, *tail, *pos, *cpos, *attr, *rest; in apply_format() local
1058 tail = head + strlen(subst->name)+1; in apply_format()
1074 tail = head+1; in apply_format()
1075 len = get_format_len(space, &tail); in apply_format()
1077 if (tail[0] == subst->fmt) { in apply_format()
1079 tail++; in apply_format()
1089 attr = get_format_attribute(space, &tail); in apply_format()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c231 chain->tail = (descr - 1); in gelic_card_reset_chain()
345 chain->tail = start_descr; in gelic_card_init_chain()
483 chain->tail = card->rx_top->prev; /* point to the last */ in gelic_card_alloc_rx_skbs()
547 tx_chain->head != tx_chain->tail && tx_chain->tail; in gelic_card_release_tx_chain()
548 tx_chain->tail = tx_chain->tail->next) { in gelic_card_release_tx_chain()
549 status = gelic_descr_get_status(tx_chain->tail); in gelic_card_release_tx_chain()
550 netdev = tx_chain->tail->skb->dev; in gelic_card_release_tx_chain()
564 if (tx_chain->tail in gelic_card_release_tx_chain()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c231 chain->tail = (descr - 1); in gelic_card_reset_chain()
345 chain->tail = start_descr; in gelic_card_init_chain()
483 chain->tail = card->rx_top->prev; /* point to the last */ in gelic_card_alloc_rx_skbs()
547 tx_chain->head != tx_chain->tail && tx_chain->tail; in gelic_card_release_tx_chain()
548 tx_chain->tail = tx_chain->tail->next) { in gelic_card_release_tx_chain()
549 status = gelic_descr_get_status(tx_chain->tail); in gelic_card_release_tx_chain()
550 netdev = tx_chain->tail->skb->dev; in gelic_card_release_tx_chain()
564 if (tx_chain->tail in gelic_card_release_tx_chain()
[all...]

Completed in 25 milliseconds

1...<<21222324252627282930>>...92