Searched defs:left (Results 276 - 300 of 530) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssembler.h317 void branch32(RelationalCondition cond, RegisterID left, Address right, Label target) argument
322 Jump branch32(RelationalCondition cond, TrustedImm32 left, RegisterID right) argument
327 Jump branch32(RelationalCondition cond, Imm32 left, RegisterID right) argument
338 PatchableJump patchableBranchPtr(RelationalCondition cond, Address left, TrustedImmPtr right = TrustedImmPtr(0)) argument
343 PatchableJump patchableBranchPtrWithPatch(RelationalCondition cond, Address left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
348 patchableBranch32WithPatch(RelationalCondition cond, Address left, DataLabel32& dataLabel, TrustedImm32 initialRightValue = TrustedImm32(0)) argument
556 comparePtr(RelationalCondition cond, RegisterID left, TrustedImm32 right, RegisterID dest) argument
561 comparePtr(RelationalCondition cond, RegisterID left, RegisterID right, RegisterID dest) argument
611 branchPtr(RelationalCondition cond, RegisterID left, RegisterID right) argument
616 branchPtr(RelationalCondition cond, RegisterID left, TrustedImmPtr right) argument
621 branchPtr(RelationalCondition cond, RegisterID left, ImmPtr right) argument
626 branchPtr(RelationalCondition cond, RegisterID left, Address right) argument
631 branchPtr(RelationalCondition cond, Address left, RegisterID right) argument
636 branchPtr(RelationalCondition cond, AbsoluteAddress left, RegisterID right) argument
641 branchPtr(RelationalCondition cond, Address left, TrustedImmPtr right) argument
646 branchPtr(RelationalCondition cond, AbsoluteAddress left, TrustedImmPtr right) argument
873 comparePtr(RelationalCondition cond, RegisterID left, TrustedImm32 right, RegisterID dest) argument
878 comparePtr(RelationalCondition cond, RegisterID left, RegisterID right, RegisterID dest) argument
893 branchPtr(RelationalCondition cond, RegisterID left, RegisterID right) argument
898 branchPtr(RelationalCondition cond, RegisterID left, TrustedImmPtr right) argument
903 branchPtr(RelationalCondition cond, RegisterID left, Address right) argument
908 branchPtr(RelationalCondition cond, Address left, RegisterID right) argument
913 branchPtr(RelationalCondition cond, AbsoluteAddress left, RegisterID right) argument
918 branchPtr(RelationalCondition cond, Address left, TrustedImmPtr right) argument
1177 branchPtr(RelationalCondition cond, RegisterID left, ImmPtr right) argument
1474 branch32(RelationalCondition cond, RegisterID left, Imm32 right) argument
[all...]
H A DMacroAssemblerX86_64.h512 void compare64(RelationalCondition cond, RegisterID left, TrustedImm32 right, RegisterID dest) argument
522 void compare64(RelationalCondition cond, RegisterID left, RegisterID right, RegisterID dest) argument
529 Jump branch64(RelationalCondition cond, RegisterID left, RegisterID right) argument
535 Jump branch64(RelationalCondition cond, RegisterID left, TrustedImm64 right) argument
545 branch64(RelationalCondition cond, RegisterID left, Address right) argument
551 branch64(RelationalCondition cond, AbsoluteAddress left, RegisterID right) argument
557 branch64(RelationalCondition cond, Address left, RegisterID right) argument
563 branch64(RelationalCondition cond, Address left, TrustedImm64 right) argument
575 branchPtr(RelationalCondition cond, BaseIndex left, RegisterID right) argument
580 branchPtr(RelationalCondition cond, BaseIndex left, TrustedImmPtr right) argument
729 branchPtrWithPatch(RelationalCondition cond, RegisterID left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
735 branchPtrWithPatch(RelationalCondition cond, Address left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
741 branch32WithPatch(RelationalCondition cond, Address left, DataLabel32& dataLabel, TrustedImm32 initialRightValue = TrustedImm32(0)) argument
757 branch8(RelationalCondition cond, AbsoluteAddress left, TrustedImm32 right) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DMathObject.cpp323 int32_t left = exec->argument(0).toInt32(exec); local
H A DStringPrototype.cpp1513 unsigned left = 0; local
/macosx-10.10/Libc-1044.1.2/gen/NetBSD/
H A Drb.c1148 unsigned int left, right; local
/macosx-10.10/Libc-1044.1.2/gen/
H A Dutmpx-darwin.c586 int left; member in struct:__anon2731
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Daci.c215 struct berval bv, left, right; local
1122 struct berval attr, left, right; local
1215 struct berval attr, left, right; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecCFWrappers.h153 static inline bool CFEqualSafe(CFTypeRef left, CFTypeRef right) argument
273 static inline CFComparisonResult CFDataCompare(CFDataRef left, CFDataRef right) argument
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecCFWrappers.h153 static inline bool CFEqualSafe(CFTypeRef left, CFTypeRef right) argument
273 static inline CFComparisonResult CFDataCompare(CFDataRef left, CFDataRef right) argument
/macosx-10.10/WTF-7600.1.24/wtf/
H A DVector.h524 static void swapInlineBuffers(T* left, T* right, size_t leftSize, size_t rightSize) argument
/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleProperties.cpp313 PropertyReference left = propertyAt(leftValueIndex); local
[all...]
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DMediaControlElements.cpp167 double left = position.x(); local
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DRenderThemeGtk2.cpp299 static void getButtonInnerBorder(GtkWidget* button, int& left, int& top, int& right, int& bottom) argument
319 void RenderThemeGtk::getComboBoxPadding(RenderStyle& style, int& left, int& top, int& right, int& bottom) const argument
328 getButtonInnerBorder(gtkComboBoxButton(), left, top, right, bottom); local
343 int left = 0, top = 0, right = 0, bottom = 0; local
350 int left local
357 int left = 0, top = 0, right = 0, bottom = 0; local
364 int left = 0, top = 0, right = 0, bottom = 0; local
[all...]
H A DRenderThemeGtk3.cpp434 int left = borderWidth.left + focusWidth; local
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineBox.h164 float left() const { return m_topLeft.x(); } function in class:WebCore::InlineBox
182 void setLogicalLeft(float left) argument
H A DRenderThemeWinCE.cpp495 IntPoint left = IntPoint(r.x() + 2, (r.y() + r.maxY()) / 2); local
/macosx-10.10/WebKit-7600.1.25/win/
H A DAccessibleBase.cpp699 HRESULT STDMETHODCALLTYPE AccessibleBase::accLocation(long* left, long* top, long* width, long* height, VARIANT vChild) argument
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_cache.c759 static const char *cache_header_cmp(apr_pool_t *pool, apr_table_t *left, argument
1112 apr_table_t *left = cache->stale_handle->resp_hdrs; local
[all...]
/macosx-10.10/autofs-246/headers/
H A Dautomount.h204 struct dir_entry *left; /* left element in binary tree */ member in struct:dir_entry
/macosx-10.10/awk-20/src/
H A Db.c43 #define left(v) (v)->narg[0] macro
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dcomplete.c573 int left, w; local
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A DRTADVSocket.c261 int left = len; local
/macosx-10.10/bootp-298/bootplib/
H A DDNSNameList.c704 uint32_t left; local
/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dutils.c700 vWriteCopyType(FILE *file, ipc_type_t *it, char *left, char *right, va_list pvar) argument
736 WriteCopyType(FILE *file, ipc_type_t *it, char *left, char *right, ...) argument
750 WriteCopyArg(FILE *file, argument_t *arg, char *left, char *right, ...) argument
/macosx-10.10/cups-408/cups/ppdc/
H A Dppdc.h325 left, // Left limit in points member in class:ppdcMediaSize

Completed in 491 milliseconds

<<11121314151617181920>>