/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/ |
H A D | htmldiff.pl | 361 if (m/\<\/head/i) { 554 $output =~ s/<head>/<head>\n<base href="$base">/i ||
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | EOTWriter.java | 95 FontHeaderTable head = font.getTable(Tag.head); in convert() 96 index += writableFontData.writeULongLE(index, head.checkSumAdjustment()); // CheckSumAdjustment in convert()
|
H A D | MtxWriter.java | 45 result.add(Tag.head); in createRemoveTables() 57 FontHeaderTable srcHead = sfntlyFont.getTable(Tag.head); in compress()
|
/third_party/rust/crates/nom/src/sequence/ |
H A D | mod.rs | 235 ($it:tt, $self:expr, $input:expr, (), $head:ident $($id:ident)+) => ({ 240 ($it:tt, $self:expr, $input:expr, ($($parsed:tt)*), $head:ident $($id:ident)+) => ({ 245 ($it:tt, $self:expr, $input:expr, ($($parsed:tt)*), $head:ident) => ({
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | x509.h | 312 int mbedtls_x509_string_to_names( mbedtls_asn1_named_data **head, const char *name ); 313 int mbedtls_x509_set_extension( mbedtls_asn1_named_data **head, const char *oid, size_t oid_len,
|
/third_party/curl/scripts/ |
H A D | cd2cd | 78 my @head; 96 push @head, $d;
|
/third_party/EGL/sdk/docs/man/xhtml/ |
H A D | maketoc.pl | 19 <head> 59 </head>
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-dll2.h | 151 ___list_head /* list head */ \ 161 ___list_head /* list head */ \ 179 * - there's an explicit lws_dll2_owner struct which holds head, tail and 205 struct lws_dll2 *head; member 217 lws_dll2_get_head(struct lws_dll2_owner *owner) { return owner->head; } in lws_dll2_get_head()
|
/third_party/mesa3d/.gitlab-ci/piglit/ |
H A D | piglit-traces.sh | 20 MESA_VERSION=$(head -1 "$INSTALL/VERSION" | sed 's/\./\\./g') 164 | head -n -1 | grep -v ": pass" \
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_priv.h | 171 struct list_head head; member 179 struct list_head head; member
|
/third_party/libwebsockets/win32port/win32helpers/ |
H A D | getopt_long.c | 41 #define lws_ptr_diff(head, tail) \
42 ((int)((char *)(head) - (char *)(tail)))
|
/third_party/ltp/include/lapi/ |
H A D | io_uring.h | 162 uint32_t head; member 179 uint32_t head; member
|
/third_party/ltp/lib/ |
H A D | tst_safe_io_uring.c | 60 uring->sqr_head = uring->sqr_base + params->sq_off.head; in safe_io_uring_init() 67 uring->cqr_head = uring->cqr_base + params->cq_off.head; in safe_io_uring_init()
|
/third_party/nghttp2/src/ |
H A D | shrpx_downstream_queue.cc | 153 auto link = ent.blocked.head; in remove_and_get_blocked() 172 return downstreams_.head; in get_downstreams()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
H A D | pthread_create.c | 155 new->robust_list.head = &new->robust_list.head; in __pthread_create()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_buf.h | 136 nghttp2_buf_chain *head; member 178 * This function allocates first buffer. bufs->head and bufs->cur 201 * The first buffer bufs->head uses buffer |begin|. The buffer size 385 /* Sets bufs->cur to bufs->head */ 388 (BUFS)->cur = (BUFS)->head; \
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_buf.h | 136 nghttp2_buf_chain *head; member 178 * This function allocates first buffer. bufs->head and bufs->cur 201 * The first buffer bufs->head uses buffer |begin|. The buffer size 385 /* Sets bufs->cur to bufs->head */ 388 (BUFS)->cur = (BUFS)->head; \
|
/third_party/python/Tools/scripts/ |
H A D | byext.py | 46 head, ext = os.path.splitext(filename) 47 head, base = os.path.split(filename)
|
H A D | pathfix.py | 132 head, tail = os.path.split(filename) 133 tempname = os.path.join(head, '@' + tail)
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
H A D | maketoc.pl | 19 <head> 59 </head>
|
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | gen_release_info.py | 104 head = getHead(gitDir) variable 106 releaseId = "0x%s" % head[0:8]
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_general.c | 227 hi_u32 factory_check_common_head(const hi_upg_common_head *head, hi_u32 bin_len) in factory_check_common_head() argument 229 if (head->image_id != HI_UPG_FILE_IMAGE_ID) { in factory_check_common_head() 233 if (head->file_type != HI_UPG_FILE_KERNEL) { in factory_check_common_head() 237 if (head->file_len > bin_len) { in factory_check_common_head() 241 if ((head->file_len != (head->section_offset + head->section_len)) || in factory_check_common_head() 242 (head->section_offset != (sizeof(hi_upg_common_head) + sizeof(hi_upg_key) + sizeof(hi_upg_sign))) || in factory_check_common_head() 243 (head->section_len < (sizeof(hi_upg_section_head) + sizeof(upg_rsa_sign)))) { in factory_check_common_head()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_flowring.c | 125 queue->head = queue->tail = NULL; in dhd_flow_queue_reinit() 174 if (queue->head) { in dhd_flow_queue_enqueue() 177 queue->head = pkt; in dhd_flow_queue_enqueue() 194 /** Dequeue an 802.3 packet from a flow ring's queue, from head (FIFO) */ 202 pkt = queue->head; /* from head */ in dhd_flow_queue_dequeue() 209 queue->head = FLOW_QUEUE_PKT_NEXT(pkt); in dhd_flow_queue_dequeue() 210 if (queue->head == NULL) in dhd_flow_queue_dequeue() 225 /** Reinsert a dequeued 802.3 packet back at the head */ 229 if (queue->head in dhd_flow_queue_reinsert() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_atempo.c | 100 int head; member 190 atempo->head = 0; in yae_clear() 465 atempo->head = in yae_load_data() 480 atempo->head = in yae_load_data() 550 na = (atempo->head < atempo->tail ? in yae_load_frag() 551 atempo->tail - atempo->head : in yae_load_frag() 552 atempo->ring - atempo->head); in yae_load_frag() 554 nb = atempo->head < atempo->tail ? 0 : atempo->tail; in yae_load_frag() 559 a = atempo->buffer + atempo->head * atempo->stride; in yae_load_frag()
|
/third_party/curl/lib/ |
H A D | telnet.c | 795 struct curl_slist *head; in check_telnet_options() local 819 for(head = data->set.telnet_options; head && !result; head = head->next) { in check_telnet_options() 821 char *option = head->data; in check_telnet_options() 887 failf(data, "Syntax error in telnet option: %s", head->data); in check_telnet_options() 908 failf(data, "Unknown telnet option %s", head->data); in check_telnet_options() 914 failf(data, "Syntax error in telnet option: %s", head->data); in check_telnet_options()
|