/external/srec/srec/clib/ |
specnorm.c | 37 int copy_distribution_counts(spect_dist_info *spec, spect_dist_info *base); 40 int add_distribution_data(spect_dist_info *spec, int spec_val) 44 ASSERT(spec); 46 if (spec_val < spec->low_entry) spec->low_counts += UNIT_SIZE; 47 else if (spec_val > spec->high_entry) spec->high_counts += UNIT_SIZE; 48 else spec->hist[spec_val - spec->low_entry] += UNIT_SIZE; 54 spec->running_total += spec_val - spec->mean 221 spect_dist_info *spec; local [all...] |
/external/skia/include/graphics/ |
DoxygenMain.dox | 2 * \htmlinclude "SGL Spec. rev 9.htm"
|
/external/srec/srec/include/ |
specnorm.h | 79 void destroy_spectrum_distribution(spect_dist_info *spec); 80 void clear_distribution_counts(spect_dist_info *spec); 81 void clear_mean_counts(spect_dist_info *spec); 82 void forget_distribution_counts(spect_dist_info *spec, int forget_factor); 83 void shift_distribution_counts(spect_dist_info *spec, int shift); 84 int add_distribution_data(spect_dist_info *spec, int spec_val); 85 void evaluate_parameters(spect_dist_info *spec); 86 int estimate_percentile(spect_dist_info *spec, int percentile); 87 void estimate_mean(spect_dist_info *spec, int forget_factor); 88 void estimate_sv6(spect_dist_info *spec); [all...] |
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
TrustManagerFactorySpiImpl.java | 15 private static ManagerFactoryParameters spec = null; field in class:TrustManagerFactorySpiImpl 22 public void engineInit(ManagerFactoryParameters spec) throws InvalidAlgorithmParameterException { 24 this.spec = spec; 50 return spec;
|
/external/qemu/distrib/sdl-1.2.12/src/audio/macrom/ |
SDL_romaudio.c | 51 static int Mac_OpenAudio(_THIS, SDL_AudioSpec *spec); 128 audio->spec.callback(audio->spec.userdata, 131 if ( audio->convert.len_cvt != audio->spec.size ) { 136 audio->spec.callback(audio->spec.userdata, buffer, audio->spec.size); 191 memset (buffer[fill_me], 0, audio->spec.size); 211 static int Mac_OpenAudio(_THIS, SDL_AudioSpec *spec) { 219 switch (spec->format) [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
RegisterSpecSet.java | 92 RegisterSpec spec = specs[i]; local 93 int oneHash = (spec == null) ? 0 : spec.hashCode(); 110 RegisterSpec spec = specs[i]; local 111 if (spec != null) { 117 sb.append(spec); 178 * spec, if any. This is just a convenient shorthand for 179 * {@code get(spec.getReg())}. 181 * @param spec {@code non-null;} spec with the desired register numbe 227 RegisterSpec spec = specs[reg]; local 302 RegisterSpec spec = set.get(i); local 331 RegisterSpec spec = specs[i]; local 362 RegisterSpec spec = specs[i]; local 387 RegisterSpec spec = specs[i]; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio_gsxb.c | 67 static int Mint_OpenAudio(_THIS, SDL_AudioSpec *spec); 72 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec); 73 static void Mint_InitAudio(_THIS, SDL_AudioSpec *spec); 200 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec) 204 Uint16 test_format = SDL_FirstAudioFormat(spec->format); 207 resolution = spec->format & 0x00ff; 208 format_signed = ((spec->format & 0x8000)!=0); 209 format_bigendian = ((spec->format & 0x1000)!=0); 211 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff)); 212 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0))) [all...] |
SDL_mintaudio_stfa.c | 75 static int Mint_OpenAudio(_THIS, SDL_AudioSpec *spec); 80 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec); 81 static void Mint_InitAudio(_THIS, SDL_AudioSpec *spec); 198 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec) 202 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff)); 203 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0))); 204 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0))); 205 DEBUG_PRINT(("channels=%d, ", spec->channels)); 206 DEBUG_PRINT(("freq=%d\n", spec->freq)); 208 if (spec->channels > 2) [all...] |
SDL_mintaudio_dma8.c | 67 static int Mint_OpenAudio(_THIS, SDL_AudioSpec *spec); 72 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec); 73 static void Mint_InitAudio(_THIS, SDL_AudioSpec *spec); 209 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec) 214 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff)); 215 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0))); 216 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0))); 217 DEBUG_PRINT(("channels=%d, ", spec->channels)); 218 DEBUG_PRINT(("freq=%d\n", spec->freq)); 220 if (spec->channels > 2 [all...] |
SDL_mintaudio_mcsn.c | 70 static int Mint_OpenAudio(_THIS, SDL_AudioSpec *spec); 75 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec); 76 static void Mint_InitAudio(_THIS, SDL_AudioSpec *spec); 216 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec) 221 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff)); 222 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0))); 223 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0))); 224 DEBUG_PRINT(("channels=%d, ", spec->channels)); 225 DEBUG_PRINT(("freq=%d\n", spec->freq)); 227 if (spec->channels > 2) [all...] |
SDL_mintaudio_xbios.c | 70 static int Mint_OpenAudio(_THIS, SDL_AudioSpec *spec); 75 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec); 76 static void Mint_InitAudio(_THIS, SDL_AudioSpec *spec); 334 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec) 339 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff)); 340 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0))); 341 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0))); 342 DEBUG_PRINT(("channels=%d, ", spec->channels)); 343 DEBUG_PRINT(("freq=%d\n", spec->freq)); 345 if (spec->channels > 2) [all...] |
/cts/tools/signature-tools/ |
TODO.txt | 4 Add more spec
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ |
libgomp.spec | 1 # This spec file is read by gcc when linking. It is used to specify the
|
/dalvik/dx/src/com/android/dx/dex/code/ |
LocalStart.java | 31 * {@code non-null;} register spec representing the local variable introduced 37 * Returns the local variable listing string for a single register spec. 39 * @param spec {@code non-null;} the spec to convert 42 public static String localString(RegisterSpec spec) { 43 return spec.regString() + ' ' + spec.getLocalItem().toString() + ": " + 44 spec.getTypeBearer().toHuman(); 52 * @param local {@code non-null;} register spec representing the local 78 * Gets the register spec representing the local variable introduce [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
ProviderUtil.java | 9 // import org.bouncycastle.jce.spec.ECParameterSpec; 49 // else // assume java.security.spec 51 // curveSpec = EC5Util.convertSpec((java.security.spec.ECParameterSpec)parameter, false); 74 // else // assume java.security.spec 76 // ecImplicitCaParams = EC5Util.convertSpec((java.security.spec.ECParameterSpec)parameter, false); 85 // ECParameterSpec spec = (ECParameterSpec)threadSpec.get(); 87 // if (spec != null) 89 // return spec;
|
JDKAlgorithmParameterGenerator.java | 14 // import org.bouncycastle.jce.spec.GOST3410ParameterSpec; 15 // import org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec; 18 import javax.crypto.spec.DHGenParameterSpec; 19 import javax.crypto.spec.DHParameterSpec; 20 import javax.crypto.spec.IvParameterSpec; 22 // import javax.crypto.spec.RC2ParameterSpec; 29 import java.security.spec.AlgorithmParameterSpec; 30 import java.security.spec.DSAParameterSpec; 60 DHGenParameterSpec spec = (DHGenParameterSpec)genParamSpec; local 62 this.strength = spec.getPrimeSize() [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/dc/ |
SDL_dcaudio.c | 38 static int DCAUD_OpenAudio(_THIS, SDL_AudioSpec *spec); 100 while(aica_get_pos(0)/this->spec.samples == this->hidden->nextbuf) { 150 SDL_AudioSpec *spec = &this->spec; local 155 while(aica_get_pos(0)/spec->samples == this->hidden->nextbuf) { 160 offset = this->hidden->nextbuf*spec->size; 163 if (spec->channels==1) { 167 if ((this->spec.format&255)==8) { 177 mode = (spec->format==AUDIO_S8)?SM_8BIT:SM_16BIT; 178 if (spec->channels==1) [all...] |
/external/chromium/googleurl/src/ |
url_util.cc | 88 inline bool CompareSchemeComponent(const CHAR* spec, 93 return LowerCaseEqualsASCII(&spec[component.begin], 94 &spec[component.end()], 98 // Returns true if the given scheme identified by |scheme| within |spec| is one 102 bool IsStandardScheme(const CHAR* spec, const url_parse::Component& scheme) { 108 if (LowerCaseEqualsASCII(&spec[scheme.begin], &spec[scheme.end()], 115 // Returns true if the stuff following the scheme in the given spec indicates 119 bool HasStandardSchemeSeparator(const CHAR* spec, int spec_len, 124 return spec[after_scheme] == ':' & 162 const CHAR* spec = RemoveURLWhitespace(in_spec, in_spec_len, local [all...] |
url_canon_fileurl.cc | 43 // Given a pointer into the spec, this copies and canonicalizes the drive 45 // spec, it won't do anything. The index of the next character in the input 46 // spec is returned (after the colon when a drive spec is found, the begin 49 int FileDoDriveSpec(const CHAR* spec, int begin, int end, 53 int num_slashes = url_parse::CountConsecutiveSlashes(spec, begin, end); 56 if (!url_parse::DoesBeginWindowsDriveSpec(spec, after_slashes, end)) 59 // A drive spec is the start of a path, so we need to add a slash for the 67 if (spec[after_slashes] >= 'a' && spec[after_slashes] <= 'z' [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/dmedia/ |
SDL_irixaudio.c | 48 static int AL_OpenAudio(_THIS, SDL_AudioSpec *spec); 109 timeleft = this->spec.samples - alGetFillable(audio_port); 111 timeleft /= (this->spec.freq/1000); 119 if ( alWriteFrames(audio_port, mixbuf, this->spec.samples) < 0 ) { 142 static int AL_OpenAudio(_THIS, SDL_AudioSpec * spec) 144 Uint16 test_format = SDL_FirstAudioFormat(spec->format); 153 audio_param[1] = spec->freq; 160 audio_param.value.i = spec->freq; 167 spec->format = test_format; 190 if (alSetChannels(audio_config, spec->channels) < 0) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/sun/ |
SDL_sunaudio.c | 51 static int DSP_OpenAudio(_THIS, SDL_AudioSpec *spec); 166 /* Assuming that this->spec.freq >= 8000 Hz */ 171 incr = this->spec.freq/8; 217 if ( write(audio_fd, mixbuf, this->spec.size) < 0 ) { 243 int DSP_OpenAudio(_THIS, SDL_AudioSpec *spec) 249 int desired_freq = spec->freq; 257 switch ( spec->format & 0xFF ) { 260 spec->format = AUDIO_U8; 268 spec->format = AUDIO_S16SYS; 280 audio_fmt = spec->format [all...] |
/dalvik/vm/mterp/c/ |
OP_IPUT_OBJECT.c | 2 * The VM spec says we should verify that the reference being stored into 8 * To make this spec-complaint, we'd need to add a ClassObject pointer to
|
/external/elfutils/config/ |
ChangeLog | 3 * elfutils.spec.in: Update BuildRequires. 15 * elfutils.spec.in: New file.
|
/system/extras/tests/fstest/ |
perm_checker.c | 55 char *spec; member in struct:perm_rule 98 static void add_rule(int line_num, char *spec, 110 "%s %lo %lo %s %s %s %s", spec, min_mode, max_mode, 120 if (strstr(spec, "/...")) { 121 pr->spec = strndup(spec, strlen(spec) - 3); 123 } else if (spec[strlen(spec) - 1] == '*') { 124 pr->spec = strndup(spec, strlen(spec) - 1) 157 char spec[MAX_NAME_LEN + 5]; \/\/ Allows for "\/..." suffix + terminator local [all...] |
/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/jar/ |
Handler.java | 50 * @param spec 51 * java.lang.String the spec string 58 protected void parseURL(URL url, String spec, int start, int limit) { 64 spec = spec.substring(start, limit); 66 spec = ""; 68 if (spec.indexOf("!/") == -1 && (file.indexOf("!/") == -1)) { 72 file = spec; 73 } else if (spec.charAt(0) == '/') { 74 file = file.substring(0, file.indexOf('!') + 1) + spec; [all...] |