HomeSort by relevance Sort by last modified time
    Searched refs:last_entry (Results 1 - 10 of 10) sorted by null

  /bionic/libc/kernel/uapi/linux/netfilter_ipv6/
ip6t_srh.h 57 __u8 last_entry; member in struct:ip6t_srh
66 __u8 last_entry; member in struct:ip6t_srh1
  /external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6t_srh.h 47 * @ last_entry: Last entry field of SRH
57 __u8 last_entry; member in struct:ip6t_srh
68 * @ last_entry: Last entry field of SRH
84 __u8 last_entry; member in struct:ip6t_srh1
  /external/e2fsprogs/ext2ed/
inode_com.c 29 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; local
49 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
76 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; local
97 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
100 if (entry_num+mult-1<last_entry) {
112 if (entry_num==last_entry) {
127 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
138 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
214 ,inode_num,file_system_info.super_block.s_inodes_count,entry_num,last_entry,group_num);
271 if (entry_num==last_entry) {
403 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
    [all...]
  /external/v8/src/parsing/
func-name-inferrer.cc 55 size_t last_entry = entries_stack_.back(); local
57 names_stack_.Rewind(last_entry);
  /external/google-breakpad/src/processor/
static_range_map_unittest.cc 314 const EntryType* last_entry = 0; local
331 if (last_entry) {
332 // The object must be different from the last_entry one.
333 EXPECT_NE(*entry, *last_entry) << "FAILED: RetrieveRangeAtIndex set "
339 last_entry = entry;
  /external/google-fruit/src/
binding_normalization.cpp 42 const ComponentStorageEntry& last_entry) {
48 if (entry.type_id == last_entry.type_id &&
49 last_entry.kind == ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_ARGS &&
50 *entry.lazy_component_with_args.component == *last_entry.lazy_component_with_args.component) {
57 if (entry.type_id == last_entry.type_id &&
58 last_entry.kind == ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_NO_ARGS &&
59 entry.lazy_component_with_no_args.erased_fun == last_entry.lazy_component_with_no_args.erased_fun) {
70 switch (last_entry.kind) { // LCOV_EXCL_BR_LINE
72 std::cerr << std::string(last_entry.lazy_component_with_args.component->getFunTypeId()) << std::endl;
76 std::cerr << std::string(last_entry.type_id) << std::endl
    [all...]
  /external/v8/src/profiler/
profile-generator.cc 301 CodeEntry* last_entry = nullptr; local
304 last_entry = *it;
307 if (last_entry && last_entry->has_deopt_info()) {
308 node->CollectDeoptInfo(last_entry);
323 CodeEntry* last_entry = nullptr; local
327 last_entry = (*it).code_entry;
333 if (last_entry && last_entry->has_deopt_info()) {
334 node->CollectDeoptInfo(last_entry);
    [all...]
  /external/python/cpython3/Python/
sysmodule.c 1696 _Py_PreInitEntry last_entry = *optionlist; local
    [all...]
  /external/google-fruit/include/fruit/impl/normalized_component_storage/
binding_normalization.h 109 const ComponentStorageEntry& last_entry);
  /external/tensorflow/tensorflow/python/keras/engine/
base_layer_test.py 457 last_entry = tb[-1] variable in class:SymbolicSupportTest.test_reraising_exception.TypeErrorLayer
458 function_name = last_entry[2]

Completed in 492 milliseconds