HomeSort by relevance Sort by last modified time
    Searched refs:IF (Results 401 - 425 of 676) sorted by null

<<11121314151617181920>>

  /external/zlib/src/
make_vms.com 61 $! Why is this needed? And if it is needed, why not simply ".not. vax"?
63 $!!! if axp .or. ia64 then set proc/parse=extended
72 $ if (Make .eqs. "")
74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
93 $ if its_decc
96 $ if f$trnlnm("SYS") .eqs. ""
98 $ if axp
110 $ if axp .or. ia64
116 $ if its_vaxc .or. its_gnu
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
make_vms.com 61 $! Why is this needed? And if it is needed, why not simply ".not. vax"?
63 $!!! if axp .or. ia64 then set proc/parse=extended
72 $ if (Make .eqs. "")
74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
93 $ if its_decc
96 $ if f$trnlnm("SYS") .eqs. ""
98 $ if axp
110 $ if axp .or. ia64
116 $ if its_vaxc .or. its_gnu
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g 138 if (ProcessArgs (argc, argv) != STATUS_SUCCESS) {
147 if ((VfrFptr = fopen (gOptions.VfrFileName, "r")) == NULL) {
159 if (gOptions.CPreprocessorOptions != NULL) {
162 if (gOptions.IncludePaths != NULL) {
166 if (Cmd == NULL) {
172 if (gOptions.IncludePaths != NULL) {
176 if (gOptions.CPreprocessorOptions != NULL) {
184 if (Status != 0) {
194 if ((VfrFptr = fopen (gOptions.PreprocessorOutputFileName, "r")) == NULL) {
229 if (Status != STATUS_SUCCESS) {
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ExceptionHandlerAsm.asm 67 push [esp] ; addition push if exception data needed
96 ; IF flag automatically cleared at the entry point
255 cpuid ; use CPUID to determine if FXSAVE/FXRESTOR and DE
327 cpuid ; use CPUID to determine if FXSAVE/FXRESTOR
399 cmp mDoFarReturnFlag, 0 ; Check if need to do far return instead of IRET
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ExceptionHandlerAsm.asm 97 ; IF flag automatically cleared at the entry point
350 cmp mDoFarReturnFlag, 0 ; Check if need to do far return instead of IRET
  /external/golang-protobuf/proto/
equal.go 30 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
52 If the fields are of a floating-point type, remember that
53 NaN != x for all x, including NaN. If the message is defined
61 - Two unknown field sets are equal if their current
70 The return value is undefined if a and b are not protocol buffers.
73 if a == nil || b == nil {
77 if v1.Type() != v2.Type() {
80 if v1.Kind() == reflect.Ptr {
81 if v1.IsNil() {
84 if v2.IsNil()
    [all...]
message_set.go 30 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
84 if !ok {
89 if *item.TypeId == id {
97 if ms.find(pb) != nil {
104 if item := ms.find(pb); item != nil {
107 if _, ok := pb.(messageTypeIder); !ok {
115 if err != nil {
118 if item := ms.find(pb); item != nil {
125 if !ok {
156 if err := encodeExtensions(exts); err != nil
    [all...]
pointer_unsafe.go 30 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
174 if len(o.uint32s) == 0 {
226 if len(o.uint64s) == 0 {
text_test.go 30 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
58 if string(bytes) != "custom" {
103 if err := proto.SetExtension(msg, pb.E_Ext_More, ext); err != nil {
107 if err := proto.SetExtension(msg, pb.E_Greeting, greetings); err != nil {
113 if err != nil {
168 if err := proto.MarshalText(buf, newTestMessage()); err != nil {
172 if s != text {
179 if err := proto.MarshalText(buf, &textMessage{}); err != nil {
183 if s != "custom" {
192 if err := proto.MarshalText(buf, test); err != nil
    [all...]
pointer_reflect.go 30 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
88 // specially, because reflect will panic if we call FieldByIndex on a
90 if f == nil {
209 if len(o.int32s) == 0 {
217 if len(o.uint32s) == 0 {
225 if len(o.float32s) == 0 {
309 if n < m {
357 if len(o.int64s) == 0 {
365 if len(o.uint64s) == 0 {
373 if len(o.float64s) == 0
    [all...]
text_parser_test.go 30 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
46 err string // if "", no error expected
73 if err := SetExtension(msg, E_Greeting, []string{"bula", "hola"}); err != nil {
533 if test.err == "" {
535 if err != nil {
537 } else if !reflect.DeepEqual(pb, test.out) {
543 if err == nil {
545 } else if err.Error() != test.err {
548 } else if _, ok := err.(*RequiredNotSetError); ok && test.out != nil && !reflect.DeepEqual(pb, test.out) {
558 if err := UnmarshalText("custom", msg); err != nil
    [all...]
  /external/libavc/common/arm/
ih264_intra_pred_luma_8x8_a9q.s 352 ands r2, r4, #0x01 @CHECKING IF LEFT_AVAILABLE ELSE BRANCHING TO ONLY TOP AVAILABLE
354 ands r2, r4, #0x04 @CHECKING IF TOP_AVAILABLE ELSE BRANCHING TO ONLY LEFT AVAILABLE
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 30 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
108 /// Returns <c>true</c> if this byte string is empty, <c>false</c> otherwise.
250 /// <returns><c>true</c> if the byte strings are equal; false otherwise.</returns>
253 if (ReferenceEquals(lhs, rhs))
257 if (ReferenceEquals(lhs, null) || ReferenceEquals(rhs, null))
261 if (lhs.bytes.Length != rhs.bytes.Length)
267 if (rhs.bytes[i] != lhs.bytes[i])
280 /// <returns><c>false</c> if the byte strings are equal; true otherwise.</returns>
290 /// <returns><c>true</c> if <paramref name="obj"/> refers to an equal <see cref="ByteString"/>; <c>false</c> otherwise.</returns>
315 /// <returns><c>true</c> if <paramref name="other"/> refers to an equal byte string; <c>false</c> otherwise.</returns>
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorPool.cs 30 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
75 if (dependencies.Add(dependency))
88 /// or null if the symbol doesn't exist or has the wrong type</returns>
94 if (descriptor != null)
105 if (descriptor != null)
115 /// Adds a package to the symbol tables. If a package by the same name
116 /// already exists, that is fine, but if some other kind of symbol
117 /// exists under the same name, an exception is thrown. If the package
124 if (dotpos != -1)
135 if (descriptorsByName.TryGetValue(fullName, out old)
    [all...]
  /external/protobuf/js/binary/
decoder_test.js 29 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
82 if (filter(cursor) != readValue.call(decoder)) throw 'fail!';
  /external/protobuf/js/
proto3_test.js 29 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
53 if (goog.isString(arr)) {
56 if (arr.length != expected.length) {
60 if (arr[i] != expected[i]) {
  /external/v8/benchmarks/
base.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
78 // Scores are not comparable across versions. Bump the version if
79 // you're making changes that will affect that scores, e.g. if you add
113 if (continuation) {
117 if (runner.NotifyStart) runner.NotifyStart(suite.name);
120 if (continuation && typeof window != 'undefined' && window.setTimeout) {
125 if (runner.NotifyScore) {
160 if (value > 100) {
171 if (this.runner.NotifyStep) this.runner.NotifyStep(result.benchmark.name);
176 // we have a result which can be reported to the user if needed
    [all...]
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
58 * Inserts a node into the tree with the specified key and value if
59 * the tree does not already contain a node with the specified key. If
66 if (this.isEmpty()) {
73 if (this.root_.key == key) {
77 if (key > this.root_.key) {
91 * Removes a node with the specified key from the tree if the tree
92 * contains a node with this key. The removed node is returned. If the
99 if (this.isEmpty()) {
103 if (this.root_.key != key)
    [all...]
  /external/v8/tools/
splaytree.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
60 * Inserts a node into the tree with the specified key and value if
61 * the tree does not already contain a node with the specified key. If
68 if (this.isEmpty()) {
75 if (this.root_.key == key) {
79 if (key > this.root_.key) {
93 * Removes a node with the specified key from the tree if the tree
94 * contains a node with this key. The removed node is returned. If the
101 if (this.isEmpty()) {
105 if (this.root_.key != key)
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 42 // If we have a multi-part string, merge it all together.
43 if (Strings.size() != 1) {
52 if (!S->isAscii()) {
82 if (CheckObjCString(S))
90 if (!Ty.isNull()) {
92 } else if (getLangOpts().NoConstantCFStrings) {
96 if (StringClass.empty())
101 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc,
103 if (ObjCInterfaceDecl *StrIF = dyn_cast_or_null<ObjCInterfaceDecl>(IF)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp 94 if (I->empty() || !I->back().isTerminator()) {
103 if (Broken)
122 // What to do if verification fails.
161 // If this is a real pass, in a pass manager, we must abort before
164 if (RealPass)
170 // Get dominator information if we are being run by PassManager
171 if (RealPass) DT = &getAnalysis<DominatorTree>();
174 if (!Context) Context = &F.getContext();
180 // If this is a real pass, in a pass manager, we must abort before
183 if (RealPass
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h 77 #if defined (MDE_CPU_IA32)
187 string Destination, and returns Destination. If Source and Destination
190 If Destination is NULL, then ASSERT().
191 If Destination is not aligned on a 16-bit boundary, then ASSERT().
192 If Source is NULL, then ASSERT().
193 If Source is not aligned on a 16-bit boundary, then ASSERT().
194 If Source and Destination overlap, then ASSERT().
195 If PcdMaximumUnicodeStringLength is not zero, and Source contains more than
220 characters are copied from Source to Destination. If Length is 0, then
221 Destination is returned unmodified. If Length is greater that the number of
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h 23 #if defined (MDE_CPU_IA32)
40 #if defined (MDE_CPU_IPF)
90 #if defined (MDE_CPU_X64)
113 #if defined (MDE_CPU_EBC)
129 #if defined (MDE_CPU_ARM)
149 #if defined (MDE_CPU_AARCH64)
192 If String is not aligned on a 16-bit boundary, then ASSERT().
198 @retval 0 If String is NULL.
199 @retval MaxSize If there is no null character in the first MaxSize characters of String.
216 If Destination is not aligned on a 16-bit boundary, then ASSERT().
    [all...]
  /external/annotation-tools/scene-lib/src/annotations/io/
ASTPath.java 180 * Determines if the given string is equal to this AST path entry's
184 * @return {@code true} if the string matches the child selector,
199 * @throws IllegalStateException if this AST entry does not have an argument
202 if (argument >= (negativeAllowed() ? -1 : 0)) {
211 * @return if this entry has an argument
233 if (o == null) {
235 } else if (o.childSelector == null) {
236 if (childSelector != null) { return 1; }
237 } else if (childSelector == null) {
241 if (c != 0) { return c;
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 114 /// This may be fewer than the number of template parameters, if some of
115 /// the parameters have default arguments or if there is a parameter pack.
247 /// we need to track all the originating parameters to determine if the default
265 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>())
285 if (auto *Prev = ValueOrInherited.template dyn_cast<ParmDecl*>())
287 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>())
291 /// Get the parameter from which we inherit the default argument, if any.
294 if (auto *D = ValueOrInherited.template dyn_cast<ParmDecl*>())
296 if (auto *C = ValueOrInherited.template dyn_cast<Chain*>())
309 if (!isSet()
    [all...]

Completed in 1780 milliseconds

<<11121314151617181920>>