Searched refs:fmap (Results 1 - 19 of 19) sorted by relevance

/external/vboot_reference/host/lib/
H A Dfmap.c10 #include "fmap.h"
47 uint8_t *fmap_find_by_name(uint8_t *ptr, size_t size, FmapHeader *fmap, argument
53 if (!fmap)
54 fmap = fmap_find(ptr, size);
55 if (!fmap)
58 ah = (FmapAreaHeader*)((void *)fmap + sizeof(FmapHeader));
59 for (i = 0; i < fmap->fmap_nareas; i++)
/external/autotest/client/cros/cellular/pseudomodem/
H A Dconnect_cdma_machine.py44 fmap = super(ConnectCdmaMachine, self)._GetModemStateFunctionMap()
45 fmap[mm1_constants.MM_MODEM_STATE_REGISTERED] = \
47 return fmap
/external/vboot_reference/futility/
H A Dtraversal.c11 #include "fmap.h"
115 static int has_all_areas(uint8_t *buf, uint32_t len, FmapHeader *fmap, argument
120 if (!fmap_find_by_name(buf, len, fmap, area->name, 0))
129 FmapHeader *fmap = fmap_find(buf, len); local
130 if (fmap) {
131 if (has_all_areas(buf, len, fmap, bios_area))
133 if (has_all_areas(buf, len, fmap, old_bios_area))
201 FmapHeader *fmap; local
223 fmap = fmap_find(buf, len);
226 fmap_find_by_name(buf, len, fmap, are
[all...]
H A Dcmd_load_fmap.c20 #include "fmap.h"
97 FmapHeader *fmap; local
157 fmap = fmap_find(buf, len);
158 if (!fmap) {
174 uint8_t *area_buf = fmap_find_by_name(buf, len, fmap, a, &ah);
H A Dcmd_dump_fmap.c18 #include "fmap.h"
421 const FmapHeader *fmap; local
490 fmap = fmap_find(base_of_rom, size_of_rom);
491 if (fmap) {
494 retval = human_fmap(fmap);
498 (uint32_t) ((char *)fmap - (char *)base_of_rom));
502 dump_fmap(fmap, argc - optind - 1,
/external/bzip2/
H A Dblocksort.c32 void fallbackSimpleSort ( UInt32* fmap, argument
44 tmp = fmap[i];
46 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
47 fmap[j-4] = fmap[j];
48 fmap[j-4] = tmp;
53 tmp = fmap[i];
55 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
56 fmap[j-1] = fmap[
93 fallbackQSort3( UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt ) argument
212 fallbackSort( UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb ) argument
[all...]
/external/vboot_reference/host/lib/include/
H A Dfmap.h43 FmapHeader *fmap,
/external/autotest/server/site_tests/platform_Flashrom/
H A Dplatform_Flashrom.py57 def _get_eeprom(self, fmap):
58 """Get fmap start and size.
60 @return tuple for start and size for fmap.
64 output = self.run_cmd('mosys eeprom map | grep %s' % fmap)
66 logging.info('fmap %s', fmap_data)
/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing_test.cc346 auto& fmap = *example.mutable_features()->mutable_feature(); local
348 fmap[strings::StrCat(string('b', kFeatureNameLength), i)]
353 fmap[strings::StrCat(string('f', kFeatureNameLength), i)]
358 fmap[strings::StrCat(string('i', kFeatureNameLength), i)]
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A Dvt320.java951 String fmap[];
953 fmap = FunctionKey;
955 fmap = FunctionKeyShift;
959 fmap = FunctionKeyCtrl;
963 fmap = FunctionKeyAlt;
974 writeSpecial(fmap[1]);
977 writeSpecial(fmap[2]);
980 writeSpecial(fmap[3]);
983 writeSpecial(fmap[4]);
986 writeSpecial(fmap[
[all...]
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c1947 void fallbackSimpleSort ( UInt32* fmap, argument
1959 tmp = fmap[i];
1961 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
1962 fmap[j-4] = fmap[j];
1963 fmap[j-4] = tmp;
1968 tmp = fmap[i];
1970 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
1971 fmap[j-1] = fmap[
1977 fallbackQSort3( UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt ) argument
2060 fallbackSort( UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb ) argument
[all...]
H A Dbz2.c2067 void fallbackSimpleSort ( UInt32* fmap, argument
2079 tmp = fmap[i];
2081 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
2082 fmap[j-4] = fmap[j];
2083 fmap[j-4] = tmp;
2088 tmp = fmap[i];
2090 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
2091 fmap[j-1] = fmap[
2128 fallbackQSort3( UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt ) argument
2247 fallbackSort( UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb ) argument
[all...]
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.c2078 void fallbackSimpleSort ( UInt32* fmap, argument
2090 tmp = fmap[i];
2092 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
2093 fmap[j-4] = fmap[j];
2094 fmap[j-4] = tmp;
2099 tmp = fmap[i];
2101 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
2102 fmap[j-1] = fmap[
2139 fallbackQSort3( UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt ) argument
2258 fallbackSort( UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb ) argument
[all...]
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.c2069 void fallbackSimpleSort ( UInt32* fmap, argument
2081 tmp = fmap[i];
2083 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
2084 fmap[j-4] = fmap[j];
2085 fmap[j-4] = tmp;
2090 tmp = fmap[i];
2092 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
2093 fmap[j-1] = fmap[
2130 fallbackQSort3( UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt ) argument
2249 fallbackSort( UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb ) argument
[all...]
H A Dvarinfo6.c2107 void fallbackSimpleSort ( UInt32* fmap, argument
2119 tmp = fmap[i];
2121 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
2122 fmap[j-4] = fmap[j];
2123 fmap[j-4] = tmp;
2128 tmp = fmap[i];
2130 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
2131 fmap[j-1] = fmap[
2168 fallbackQSort3( UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt ) argument
2287 fallbackSort( UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb ) argument
[all...]
/external/vboot_reference/
H A DAndroid.mk104 host/lib/fmap.c \
H A DMakefile410 host/lib/fmap.c \
458 host/lib/fmap.c \
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 960 milliseconds