HomeSort by relevance Sort by last modified time
    Searched refs:shorten (Results 1 - 25 of 31) sorted by null

1 2

  /external/pdfium/third_party/agg23/
agg_conv_dash.h 47 void shorten(FX_FLOAT s) function in struct:agg::conv_dash
49 base_type::generator().shorten(s);
51 double shorten() const function in struct:agg::conv_dash
53 return base_type::generator().shorten();
agg_vcgen_dash.h 43 void shorten(FX_FLOAT s) function in class:agg::vcgen_dash
47 double shorten() const function in class:agg::vcgen_dash
agg_conv_stroke.h 96 void shorten(FX_FLOAT s) function in struct:agg::conv_stroke
98 base_type::generator().shorten(s);
100 FX_FLOAT shorten() const function in struct:agg::conv_stroke
102 return base_type::generator().shorten();
  /toolchain/binutils/binutils-2.25/gas/
flonum-copy.c 60 int shorten; /* 1-origin. Number of littlenums we drop. */ local
62 shorten = in_length - out_length;
64 memcpy ((void *) (out->low), (void *) (in->low + shorten),
67 out->exponent = in->exponent + shorten;
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 47 Log.d(TAG, shorten(intent.getAction()));
52 Log.d(TAG, "\t" + shorten(extra) + " = " + bundle.get(extra));
56 // shorten string to shorthand
58 private static String shorten(String action) { method in class:DebugReceiver
  /external/fio/
tickmarks.c 42 static void shorten(struct tickmark *tm, int nticks, int *power_of_ten, function
117 shorten(*tm, i, power_of_ten, use_KMG_symbols, base_offset);
  /external/e2fsprogs/util/
symlinks.c 38 static int verbose = 0, fix_links = 0, recurse = 0, delete = 0, shorten = 0, variable
218 if (shorten)
257 if (shorten) (void) shorten_path(new, path);
316 "\t-s == shorten lengthy links (displayed in output only when -c not specified)\n"
367 else if (c == 's') shorten = 1;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_vbo.c 452 nv30_draw_elements(struct nv30_context *nv30, boolean shorten,
526 if (shorten)
584 boolean shorten = info->max_index <= 65535; local
593 shorten = FALSE;
605 shorten = FALSE;
608 nv30_draw_elements(nv30, shorten,
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_vbo.c 563 nv50_draw_elements(struct nv50_context *nv50, boolean shorten,
643 if (shorten)
769 boolean shorten = info->max_index <= 65535; local
778 shorten = FALSE;
790 shorten = FALSE;
793 nv50_draw_elements(nv50, shorten,
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_vbo.c 686 nvc0_draw_elements(struct nvc0_context *nvc0, boolean shorten,
733 if (shorten)
843 boolean shorten = info->max_index <= 65535; local
852 shorten = FALSE;
863 shorten = FALSE;
866 nvc0_draw_elements(nvc0, shorten,
  /external/protobuf/objectivec/DevTools/
full_mac_build.sh 35 Skip some of the core protobuf build/checks to shorten the build time.
  /build/make/tools/
fat16copy.py 134 def shorten(name, index): function
201 shortened = shorten(name, index)
207 shortened = shorten(name, index)
  /prebuilts/go/darwin-x86/src/strconv/
atof_test.go 206 // float32 is 8388607p+69 will shorten incorrectly to 4.95176e+27.
  /prebuilts/go/linux-x86/src/strconv/
atof_test.go 206 // float32 is 8388607p+69 will shorten incorrectly to 4.95176e+27.
  /prebuilts/go/darwin-x86/src/go/types/
check_test.go 220 // not the last entry - swap in last element and shorten list by 1
  /prebuilts/go/linux-x86/src/go/types/
check_test.go 220 // not the last entry - swap in last element and shorten list by 1
  /prebuilts/go/darwin-x86/src/net/
ip.go 298 // The symbol "::" MUST NOT be used to shorten just one 16 bit 0 field.
  /prebuilts/go/linux-x86/src/net/
ip.go 298 // The symbol "::" MUST NOT be used to shorten just one 16 bit 0 field.
  /prebuilts/go/darwin-x86/src/cmd/go/
test.go 189 Tell long-running tests to shorten their run time.
    [all...]
alldocs.go     [all...]
  /prebuilts/go/darwin-x86/src/math/big/
float.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
test.go 189 Tell long-running tests to shorten their run time.
    [all...]
alldocs.go     [all...]
  /prebuilts/go/linux-x86/src/math/big/
float.go     [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 917 milliseconds

1 2