Searched refs:endianness (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dupdate.tcl21 foreach endianness {"le" "be"} {
23 $version $method $name $endianness"
24 set ret [catch {_update $update_dir $testdir $version $method $name $endianness 1 1} message]
35 version method file endianness do_db_load_test do_update_test } {
65 {berkdb open -update "$temp_dir/$file-$endianness.db"} db]
80 "$temp_dir/$file-$endianness.db"} message]
H A Dupgrade.tcl36 # Identify endianness of the machine running upgrade.
81 # Test only files where the endianness of the db matches
82 # the endianness of the test platform. These are the
226 proc _upgrade_test { temp_dir version method file endianness } {
232 puts "Upgrade: $version $method $file $endianness"
249 $temp_dir/$file-$endianness.db] } res] } {
257 "$temp_dir/$file-$endianness.db" } message]
262 upgrade_dump "$temp_dir/$file-$endianness.db" "$temp_dir/temp.dump"
264 error_check_good "Upgrade diff.$endianness: $version $method $file" \
397 # Generate test databases for each access method and endianness
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dcfi_endian.h70 #error No CFI endianness defined
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Ddrawutils.h127 * @param endianness bit order of the mask (0: MSB to the left)
134 int l2depth, unsigned endianness, int x0, int y0);
H A Ddrawutils.c449 int l2depth, unsigned endianness, int x0, int y0)
446 ff_blend_mask(FFDrawContext *draw, FFDrawColor *color, uint8_t *dst[], int dst_linesize[], int dst_w, int dst_h, uint8_t *mask, int mask_linesize, int mask_w, int mask_h, int l2depth, unsigned endianness, int x0, int y0) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgfmt.c160 { "endianness", required_argument, NULL, CHAR_MAX + 13 },
340 case CHAR_MAX + 13: /* --endianness={big|little} */
342 int endianness; local
345 endianness = 1;
347 endianness = 0;
349 error (EXIT_FAILURE, 0, _("invalid endianness: %s"), optarg);
351 byteswap = endianness ^ ENDIANNESS;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dplatinfo.tex216 wxENDIAN\_INVALID if the given string is not a valid endianness string
221 Returns the endianness ID of this wxPlatformInfo instance.
231 Returns the name for the endianness of this wxPlatformInfo instance.
411 Sets the endianness enum value associated with this wxPlatformInfo instance.
H A Dbody.tex401 The macros handling bit-swapping with respect to the applications endianness
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dfw.c749 #error Host endianness not defined
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c1325 #error Host endianness not defined
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfigure[all...]

Completed in 268 milliseconds