| /ndk/sources/host-tools/sed-4.2.1/lib/ |
| localcharset.c | 364 const char *modifier; local 368 modifier = strchr (dot, '@'); 369 if (modifier == NULL) 371 if (modifier - dot < sizeof (buf)) 373 memcpy (buf, dot, modifier - dot); 374 buf [modifier - dot] = '\0'; 447 const char *modifier; local 451 modifier = strchr (dot, '@'); 452 if (modifier == NULL) 454 if (modifier - dot < sizeof (buf) [all...] |
| /external/e2fsprogs/intl/ |
| explodename.c | 53 const char **language, const char **modifier, 62 *modifier = NULL; 120 /* Next is the modifier. */ 123 *modifier = ++cp; 180 if (*modifier != NULL && (*modifier)[0] == '\0')
|
| /external/chromium_org/third_party/mesa/src/src/mesa/main/ |
| texcompress_etc_tmp.h | 64 TAG(etc1_clamp)(UINT8_TYPE base, int modifier) 66 int tmp = (int) base + modifier; 105 /* pick modifier tables */ 120 int modifier, bit, idx, blk; local 131 modifier = block->modifier_tables[blk][idx]; 133 dst[0] = TAG(etc1_clamp)(base_color[0], modifier); 134 dst[1] = TAG(etc1_clamp)(base_color[1], modifier); 135 dst[2] = TAG(etc1_clamp)(base_color[2], modifier);
|
| /external/mesa3d/src/mesa/main/ |
| texcompress_etc_tmp.h | 64 TAG(etc1_clamp)(UINT8_TYPE base, int modifier) 66 int tmp = (int) base + modifier; 105 /* pick modifier tables */ 120 int modifier, bit, idx, blk; local 131 modifier = block->modifier_tables[blk][idx]; 133 dst[0] = TAG(etc1_clamp)(base_color[0], modifier); 134 dst[1] = TAG(etc1_clamp)(base_color[1], modifier); 135 dst[2] = TAG(etc1_clamp)(base_color[2], modifier);
|
| /external/chromium_org/content/browser/renderer_host/input/ |
| web_input_event_builders_win.cc | 25 int modifier = 0; local 29 modifier = WebInputEvent::IsKeyPad; 42 modifier = WebInputEvent::IsKeyPad; 61 modifier = WebInputEvent::IsKeyPad; 65 modifier = WebInputEvent::IsLeft; 67 modifier = WebInputEvent::IsRight; 71 modifier = WebInputEvent::IsLeft; 73 modifier = WebInputEvent::IsRight; 77 modifier = WebInputEvent::IsLeft; 79 modifier = WebInputEvent::IsRight [all...] |
| /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/ |
| temporal_filter_apply_sse2.asm | 99 ; modifier = src_byte - pixel_value 103 ; modifier *= modifier 107 ; modifier *= 3 115 ; modifier >>= strength 119 ; modifier = 16 - modifier 120 ; saturation takes care of modifier > 16 126 ; modifier *= filter_weight 133 ; += modifier [all...] |
| /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
| vp9_temporal_filter_apply_sse2.asm | 99 ; modifier = src_byte - pixel_value 103 ; modifier *= modifier 107 ; modifier *= 3 115 ; modifier >>= strength 119 ; modifier = 16 - modifier 120 ; saturation takes care of modifier > 16 126 ; modifier *= filter_weight 133 ; += modifier [all...] |
| /external/libvpx/libvpx/vp8/encoder/x86/ |
| temporal_filter_apply_sse2.asm | 99 ; modifier = src_byte - pixel_value 103 ; modifier *= modifier 107 ; modifier *= 3 115 ; modifier >>= strength 119 ; modifier = 16 - modifier 120 ; saturation takes care of modifier > 16 126 ; modifier *= filter_weight 133 ; += modifier [all...] |
| /external/libvpx/libvpx/vp9/encoder/x86/ |
| vp9_temporal_filter_apply_sse2.asm | 99 ; modifier = src_byte - pixel_value 103 ; modifier *= modifier 107 ; modifier *= 3 115 ; modifier >>= strength 119 ; modifier = 16 - modifier 120 ; saturation takes care of modifier > 16 126 ; modifier *= filter_weight 133 ; += modifier [all...] |
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
| temporal_filter_apply_sse2.asm | 99 ; modifier = src_byte - pixel_value 103 ; modifier *= modifier 107 ; modifier *= 3 115 ; modifier >>= strength 119 ; modifier = 16 - modifier 120 ; saturation takes care of modifier > 16 126 ; modifier *= filter_weight 133 ; += modifier [all...] |
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
| vp9_temporal_filter_apply_sse2.asm | 99 ; modifier = src_byte - pixel_value 103 ; modifier *= modifier 107 ; modifier *= 3 115 ; modifier >>= strength 119 ; modifier = 16 - modifier 120 ; saturation takes care of modifier > 16 126 ; modifier *= filter_weight 133 ; += modifier [all...] |
| /external/chromium_org/chrome/common/ |
| chrome_version_info.cc | 113 std::string modifier = GetVersionStringModifier(); local 114 if (!modifier.empty()) 115 current_version += " " + modifier;
|
| /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
| nuances.rb | 135 : (modifier+ INT)=> modifier+ expression 136 | modifier+ statement 148 modifier
|
| /external/chromium_org/third_party/skia/tools/ |
| sanitize_source_files.py | 54 for modifier in line_modifiers: 55 line = modifier(line, full_item_path, line_number) 63 for modifier in file_modifiers: 64 new_content = modifier(new_content, full_item_path)
|
| /external/skia/tools/ |
| sanitize_source_files.py | 54 for modifier in line_modifiers: 55 line = modifier(line, full_item_path, line_number) 63 for modifier in file_modifiers: 64 new_content = modifier(new_content, full_item_path)
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
| key_sequence.js | 25 * - Whether or not the ChromeVox modifier key is required with the command. 30 * - Whether or not the ChromeVox modifier key was active when the keys were 37 * @param {boolean=} opt_cvoxModifier Whether or not the ChromeVox modifier key 38 * is active. If not specified, we will try to determine whether the modifier 66 // try to use the CVox modifier or prefix key. 74 * NOTE: If a modifier key is pressed by itself, we will store the keyCode 143 * involved and on whether or not they both require a ChromeVox modifier key. 148 * ChromeVox modifier active then we have a match. 149 * - Next we try and match with the ChromeVox modifier. If both commands have 150 * the same key code, and one of them has the ChromeVox modifier and the othe [all...] |
| /external/javassist/src/main/javassist/bytecode/ |
| AccessFlag.java | 44 // although java.lang.reflect.Modifier does not recognize ACC_SUPER. 114 * Converts a javassist.Modifier into 117 * @param modifier javassist.Modifier 119 public static int of(int modifier) { 120 return modifier; 125 * into a javassist.Modifier.
|
| /external/llvm/lib/Target/SystemZ/ |
| SystemZConstantPoolValue.cpp | 20 SystemZCP::SystemZCPModifier modifier) 21 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} 25 SystemZCP::SystemZCPModifier Modifier) { 26 return new SystemZConstantPoolValue(GV, Modifier); 30 switch (Modifier) { 36 llvm_unreachable("Unknown modifier"); 48 if (ZCPV->GV == GV && ZCPV->Modifier == Modifier) 57 ID.AddInteger(Modifier); [all...] |
| /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
| temporal_filter.c | 99 int modifier; local 111 modifier = src_byte - pixel_value; 113 * float coeff = (3.0 * modifer * modifier) / pow(2, strength); 114 * modifier = (int)roundf(coeff > 16 ? 0 : 16-coeff); 116 modifier *= modifier; 117 modifier *= 3; 118 modifier += rounding; 119 modifier >>= strength; 121 if (modifier > 16 [all...] |
| /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
| vp9_temporal_filter.c | 100 int modifier; local 109 modifier = src_byte - pixel_value; 111 // float coeff = (3.0 * modifer * modifier) / pow(2, strength); 112 // modifier = (int)roundf(coeff > 16 ? 0 : 16-coeff); 113 modifier *= modifier; 114 modifier *= 3; 115 modifier += rounding; 116 modifier >>= strength; 118 if (modifier > 16 [all...] |
| /external/libvpx/libvpx/vp8/encoder/ |
| temporal_filter.c | 99 int modifier; local 110 modifier = src_byte - pixel_value; 112 * float coeff = (3.0 * modifer * modifier) / pow(2, strength); 113 * modifier = (int)roundf(coeff > 16 ? 0 : 16-coeff); 115 modifier *= modifier; 116 modifier *= 3; 117 modifier += 1 << (strength - 1); 118 modifier >>= strength; 120 if (modifier > 16 [all...] |
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_temporal_filter.c | 92 int modifier; local 100 modifier = src_byte - pixel_value; 102 // float coeff = (3.0 * modifer * modifier) / pow(2, strength); 103 // modifier = (int)roundf(coeff > 16 ? 0 : 16-coeff); 104 modifier *= modifier; 105 modifier *= 3; 106 modifier += 1 << (strength - 1); 107 modifier >>= strength; 109 if (modifier > 16 [all...] |
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
| temporal_filter.c | 99 int modifier; local 110 modifier = src_byte - pixel_value; 112 * float coeff = (3.0 * modifer * modifier) / pow(2, strength); 113 * modifier = (int)roundf(coeff > 16 ? 0 : 16-coeff); 115 modifier *= modifier; 116 modifier *= 3; 117 modifier += 1 << (strength - 1); 118 modifier >>= strength; 120 if (modifier > 16 [all...] |
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
| vp9_temporal_filter.c | 92 int modifier; local 100 modifier = src_byte - pixel_value; 102 // float coeff = (3.0 * modifer * modifier) / pow(2, strength); 103 // modifier = (int)roundf(coeff > 16 ? 0 : 16-coeff); 104 modifier *= modifier; 105 modifier *= 3; 106 modifier += 1 << (strength - 1); 107 modifier >>= strength; 109 if (modifier > 16 [all...] |
| /external/chromium_org/chrome/browser/ui/libgtk2ui/ |
| gtk2_util.cc | 83 int modifier = 0; local 85 modifier |= GDK_SHIFT_MASK; 87 modifier |= GDK_CONTROL_MASK; 89 modifier |= GDK_MOD1_MASK; 90 return static_cast<GdkModifierType>(modifier);
|