/external/iproute2/tc/ |
q_hhf.c | 38 struct rtattr *tail; local 94 tail = NLMSG_TAIL(n); 116 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
|
q_sfb.c | 62 struct rtattr *tail; local 136 tail = NLMSG_TAIL(n); 139 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
|
q_gred.c | 51 struct rtattr *tail; local 109 tail = NLMSG_TAIL(n); 114 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail; 130 struct rtattr *tail; local 256 tail = NLMSG_TAIL(n); 262 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
|
q_htb.c | 70 struct rtattr *tail; local 102 tail = NLMSG_TAIL(n); 108 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail; 123 struct rtattr *tail; local 248 tail = NLMSG_TAIL(n); 260 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
|
/external/kernel-headers/original/uapi/rdma/ |
bnxt_re-abi.h | 74 __u32 tail; member in struct:bnxt_re_cq_resp
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
kvm-recheck-rcu.sh | 36 ngps=`grep ver: $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* ver: //' -e 's/ .*$//'` 38 tail -1 | sed -e 's/^\[[ 0-9.]*] //' | 56 nclosecalls=`grep --binary-files=text 'torture: Reader Batch' $i/console.log | tail -1 | awk '{for (i=NF-8;i<=NF;i++) sum+=$i; } END {print sum}'`
|
/external/ltp/testcases/network/traceroute/ |
traceroute01.sh | 59 tail -1 out.log | grep -qE "$pattern"
|
/external/mesa3d/src/gallium/drivers/swr/ |
swr_fence.h | 45 struct swr_fence_work *tail; member in struct:swr_fence::__anon33971
|
/external/mesa3d/src/intel/compiler/ |
brw_disasm_info.c | 110 struct inst_group *tail = rzalloc(disasm, struct inst_group); local 111 tail->offset = next_inst_offset; 112 exec_list_push_tail(&disasm->group_list, &tail->link); 113 return tail;
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
test_tutorials.sh | 122 FINAL_ACCURACY=$(tail -1 "${LOG_FILE}") 153 | tail -1 | awk '{print $NF}') 190 FINAL_LOSS=$(grep -o "loss = [0-9\.]*" "${LOG_FILE}" | tail -1 | \ 256 FINAL_PERPL=$(grep -o "[0-9\.]* perplexity: [0-9\.]*" "${LOG_FILE}" | tail -1 | awk '{print $NF}')
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
example-bind.cpp | 59 template<typename Head, typename... Tail> 60 class tuple<Head, Tail...> : private tuple<Tail...> { 61 typedef tuple<Tail...> inherited; 69 typename add_const_reference<Tail>::type... vtail) 74 : m_head(other.head()), inherited(other.tail()) { } 79 tail() = other.tail(); 85 inherited& tail() { return *this; } function in class:tuple 86 const inherited& tail() const { return *this; function in class:tuple [all...] |
/external/fonttools/Lib/fontTools/misc/ |
etree.py | 427 if elem.tail: 428 write(_escape_cdata(elem.tail)) 474 if not elem.tail or not elem.tail.strip(): 475 elem.tail = i 478 if not elem.tail or not elem.tail.strip(): 479 elem.tail = i 481 if level and (not elem.tail or not elem.tail.strip()) [all...] |
/cts/common/device-side/test-app/ |
run_tests.sh | 26 SERIAL=`adb devices | egrep -o "^\w+" | tail -n1`
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
statement.c | 32 static int pysqlite_check_remaining_sql(const char* tail);
55 const char* tail;
local 87 &tail);
92 if (rc == SQLITE_OK && pysqlite_check_remaining_sql(tail)) {
326 const char* tail;
local 338 &tail);
435 static int pysqlite_check_remaining_sql(const char* tail)
437 const char* pos = tail;
|
/external/cmockery/cmockery_0_1_2/packages/ |
deb.sh | 33 archive="$(basename "$(ls -1 ${topdir}/$PACKAGE*.tar.gz | tail -n 1)" .tar.gz)"
|
/external/e2fsprogs/lib/ext2fs/tdb/ |
build-tdb | 23 if [ `tail -n 1 tdb.c | wc -c` -gt 1 ]; then
|
/external/harfbuzz_ng/src/ |
check-symbols.sh | 48 tail -n1 "$def"
|
/external/ltp/testcases/kernel/fs/fs-bench/ |
fs-bench-test2.sh | 18 MAXFILE=`tar cBf - 00 | tar tvBf - 2>&1 | tail -n 1 | awk '{print $6;}'| awk -F'/' '{print $4;}'`
|
/external/ltp/testcases/network/stress/ns-tools/ |
find_portbundle | 81 | tail -n +3 \
|
/external/python/cpython2/Modules/_sqlite/ |
statement.c | 33 static int pysqlite_check_remaining_sql(const char* tail); 56 const char* tail; local 92 &tail); 97 if (rc == SQLITE_OK && pysqlite_check_remaining_sql(tail)) { 333 const char* tail; local 345 &tail); 440 static int pysqlite_check_remaining_sql(const char* tail) 442 const char* pos = tail;
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
fix_except.py | 42 tail=(['except' ':' (simple_stmt | suite)] 50 tail = [n.clone() for n in results["tail"]] 92 children = [c.clone() for c in node.children[:3]] + try_cleanup + tail
|
/external/python/pyasn1/pyasn1/codec/cer/ |
decoder.py | 22 head, tail = substrate[:length], substrate[length:] 35 return self._createComponent(asn1Spec, tagSet, value, **options), tail
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
traceback.c | 133 /* Search tail of filename in sys.path before giving up */
135 const char *tail = strrchr(filename, SEP);
local 136 if (tail == NULL)
137 tail = filename;
139 tail++;
144 size_t taillen = strlen(tail);
161 strcpy(namebuf+len, tail);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
traceback.c | 133 /* Search tail of filename in sys.path before giving up */
135 const char *tail = strrchr(filename, SEP);
local 136 if (tail == NULL)
137 tail = filename;
139 tail++;
144 size_t taillen = strlen(tail);
161 strcpy(namebuf+len, tail);
|
/external/brotli/c/enc/ |
compress_fragment.c | 188 const size_t tail = insertlen - 2; local 189 const uint32_t nbits = Log2FloorNonZero(tail) - 1u; 190 const size_t prefix = tail >> nbits; 193 BrotliWriteBits(nbits, tail - (prefix << nbits), storage_ix, storage); 196 const size_t tail = insertlen - 66; local 197 const uint32_t nbits = Log2FloorNonZero(tail); 200 BrotliWriteBits(nbits, tail - ((size_t)1 << nbits), storage_ix, storage); 237 const size_t tail = copylen - 6; local 238 const uint32_t nbits = Log2FloorNonZero(tail) - 1u; 239 const size_t prefix = tail >> nbits 245 const size_t tail = copylen - 70; local 268 const size_t tail = copylen - 8; local 276 const size_t tail = copylen - 8; local 284 const size_t tail = copylen - 72; local [all...] |